RGB code for a CSS color value.
Platform Support
| IE | Mozilla | Netscape | Opera | Safari | Chrome | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|---|
Constructors
| Constructor | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome | ||
|---|---|---|---|---|---|---|---|---|---|
|
RGBColor Constructor() : RGBColor
RGB code for a CSS color value.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no | ||
RGBColor() : RGBColorRGB code for a CSS color value. Returns
|
|||||||||
Properties
| Property | Action | IE | Mozilla | Netscape | Opera | Safari | Chrome |
|---|---|---|---|---|---|---|---|
|
blue
: CSSPrimitiveValue
Amount of blue in the color.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
|
green
: CSSPrimitiveValue
Amount of green in the color.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
|
red
: CSSPrimitiveValue
Amount of red in the color.
|
Show Details | no | 1.0+ | 6.0+ | 9.0+ | 1.0+ | no |
|
|||||||
Availability
HTML DOM Level 2|W3C