Shades of Cornflower Blue #489FF2
Tints of Cornflower Blue #489FF2
RGB
CMYK
RGB Variations
Color information
#489FF2 (or 0x489FF2) is known color: Cornflower Blue. HEX triplet: 48, 9F and F2. RGB value is (72,159,242). Sum of RGB (Red+Green+Blue) = 72+159+242=473 (62% of max value = 765). Red value is 72 (28.52% from 255 or 15.22% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #489FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489FF2 is #B7600D. Grayscale: #8E8E8E. Windows color (decimal): -12017678 or 15900488. OLE color: 15900488.
HSL color Cylindrical-coordinate representation of color #489FF2: hue angle of 209.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #489FF2 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 159 | 242 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.05 |
| HSL | 209.29º | 0.87% | 0.62% | - |
| HSV(B) | 209.29º | 0.7% | 0.95% | - |
| XYZ | 31.1 | 32.58 | 88.65 | - |
| YUV | 142.45 | 184.18 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 159 | 242 | 0.70 | 0.34 | 0 | 0.05 | 209.29 | 0.87 | 0.62 |
| Hex | 48 | 9F | F2 | 46 | 22 | 0 | 5 | D1 | 57 | 3E |
| Octal | 110 | 237 | 362 | 106 | 42 | 0 | 5 | 321 | 127 | 76 |
| Binary | 1001000 | 10011111 | 11110010 | 1000110 | 100010 | 0 | 101 | 11010001 | 1010111 | 111110 |
Color Harmonies of #489FF2
Complementary color
Monochromatic Colors of #489FF2
Black with #489FF2
Text Example
Text Example
White with #489FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489FF2; }
p { color: rgb(72,159,242); }
H1.HeaderClassName
{
color: #489FF2;
}
.AnyTagClassName
{
color: #489FF2;
}
</style>
background-color css
<style>
a { background-color: #489FF2; }
a { background-color: rgb(72,159,242); }
div.DivClassName
{
background-color: #489FF2;
}
.BgClassName
{
background-color: #489FF2;
}
</style>
border-color css
<style>
span { border-color: #489FF2; }
span { border-color: rgb(72,159,242); }
td.TdClassName
{
border-color: #489FF2;
}
.TagClassName
{
border-color: #489FF2;
}
</style>