Shades of Cornflower Blue #489EFC
Tints of Cornflower Blue #489EFC
RGB
CMYK
RGB Variations
Color information
#489EFC (or 0x489EFC) is known color: Cornflower Blue. HEX triplet: 48, 9E and FC. RGB value is (72,158,252). Sum of RGB (Red+Green+Blue) = 72+158+252=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #489EFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489EFC is #B76103. Grayscale: #8E8E8E. Windows color (decimal): -12017924 or 16555592. OLE color: 16555592.
HSL color Cylindrical-coordinate representation of color #489EFC: hue angle of 211.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #489EFC is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 158 | 252 | - |
| CMYK | 0.71 | 0.37 | 0 | 0.01 |
| HSL | 211.33º | 0.97% | 0.64% | - |
| HSV(B) | 211.33º | 0.71% | 0.99% | - |
| XYZ | 32.47 | 32.86 | 96.73 | - |
| YUV | 143 | 189.51 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 158 | 252 | 0.71 | 0.37 | 0 | 0.01 | 211.33 | 0.97 | 0.64 |
| Hex | 48 | 9E | FC | 47 | 25 | 0 | 1 | D3 | 61 | 40 |
| Octal | 110 | 236 | 374 | 107 | 45 | 0 | 1 | 323 | 141 | 100 |
| Binary | 1001000 | 10011110 | 11111100 | 1000111 | 100101 | 0 | 1 | 11010011 | 1100001 | 1000000 |
Color Harmonies of #489EFC
Complementary color
Monochromatic Colors of #489EFC
Black with #489EFC
Text Example
Text Example
White with #489EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489EFC; }
p { color: rgb(72,158,252); }
H1.HeaderClassName
{
color: #489EFC;
}
.AnyTagClassName
{
color: #489EFC;
}
</style>
background-color css
<style>
a { background-color: #489EFC; }
a { background-color: rgb(72,158,252); }
div.DivClassName
{
background-color: #489EFC;
}
.BgClassName
{
background-color: #489EFC;
}
</style>
border-color css
<style>
span { border-color: #489EFC; }
span { border-color: rgb(72,158,252); }
td.TdClassName
{
border-color: #489EFC;
}
.TagClassName
{
border-color: #489EFC;
}
</style>