Shades of Cornflower Blue #489BFC
Tints of Cornflower Blue #489BFC
RGB
CMYK
RGB Variations
Color information
#489BFC (or 0x489BFC) is known color: Cornflower Blue. HEX triplet: 48, 9B and FC. RGB value is (72,155,252). Sum of RGB (Red+Green+Blue) = 72+155+252=479 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.03% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #489BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #489BFC is #B76403. Grayscale: #8C8C8C. Windows color (decimal): -12018692 or 16554824. OLE color: 16554824.
HSL color Cylindrical-coordinate representation of color #489BFC: hue angle of 212.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 #489BFC is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 155 | 252 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.01 |
| HSL | 212.33º | 0.97% | 0.64% | - |
| HSV(B) | 212.33º | 0.71% | 0.99% | - |
| XYZ | 31.96 | 31.85 | 96.56 | - |
| YUV | 141.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 155 | 252 | 0.71 | 0.38 | 0 | 0.01 | 212.33 | 0.97 | 0.64 |
| Hex | 48 | 9B | FC | 47 | 26 | 0 | 1 | D4 | 61 | 40 |
| Octal | 110 | 233 | 374 | 107 | 46 | 0 | 1 | 324 | 141 | 100 |
| Binary | 1001000 | 10011011 | 11111100 | 1000111 | 100110 | 0 | 1 | 11010100 | 1100001 | 1000000 |
Color Harmonies of #489BFC
Complementary color
Monochromatic Colors of #489BFC
Black with #489BFC
Text Example
Text Example
White with #489BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #489BFC; }
p { color: rgb(72,155,252); }
H1.HeaderClassName
{
color: #489BFC;
}
.AnyTagClassName
{
color: #489BFC;
}
</style>
background-color css
<style>
a { background-color: #489BFC; }
a { background-color: rgb(72,155,252); }
div.DivClassName
{
background-color: #489BFC;
}
.BgClassName
{
background-color: #489BFC;
}
</style>
border-color css
<style>
span { border-color: #489BFC; }
span { border-color: rgb(72,155,252); }
td.TdClassName
{
border-color: #489BFC;
}
.TagClassName
{
border-color: #489BFC;
}
</style>