RGBColor : Object

RGB code for a CSS color value.

Browser/User Agent Support

IEMozillaNetscapeOperaSafariNetscapte
no1.0+6.0+9.0+1.0+no

Constructors

ConstructorIEMozillaNetscapeOperaSafariNetscapte
RGB code for a CSS color value.
no1.0+6.0+9.0+1.0+no
 

Properties

PropertyIEMozillaNetscapeOperaSafariNetscapte
Amount of blue in the color.
no1.0+6.0+9.0+1.0+no
 
Amount of green in the color.
no1.0+6.0+9.0+1.0+no
 
Amount of red in the color.
no1.0+6.0+9.0+1.0+no
 

Availability

HTML DOM Level 2 | W3C

Constructor Detail

RGBColor RGBColor()

RGB code for a CSS color value.

Visibility
internal

Property Detail

CSSPrimitiveValue blue - read only

Amount of blue in the color.

Availability

HTML DOM Level 2 | W3C

CSSPrimitiveValue green - read only

Amount of green in the color.

Availability

HTML DOM Level 2 | W3C

CSSPrimitiveValue red - read only

Amount of red in the color.

Availability

HTML DOM Level 2 | W3C