Shades of Cornflower Blue #479FFC
Tints of Cornflower Blue #479FFC
RGB
CMYK
RGB Variations
Color information
#479FFC (or 0x479FFC) is known color: Cornflower Blue. HEX triplet: 47, 9F and FC. RGB value is (71,159,252). Sum of RGB (Red+Green+Blue) = 71+159+252=482 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.73% from 482); Green value is 159 (62.5% from 255 or 32.99% 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 #479FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479FFC is #B86003. Grayscale: #8E8E8E. Windows color (decimal): -12083204 or 16555847. OLE color: 16555847.
HSL color Cylindrical-coordinate representation of color #479FFC: hue angle of 210.83º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #479FFC is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 159 | 252 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.01 |
| HSL | 210.83º | 0.97% | 0.63% | - |
| HSV(B) | 210.83º | 0.72% | 0.99% | - |
| XYZ | 32.57 | 33.16 | 96.78 | - |
| YUV | 143.29 | 189.35 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 159 | 252 | 0.72 | 0.37 | 0 | 0.01 | 210.83 | 0.97 | 0.63 |
| Hex | 47 | 9F | FC | 48 | 25 | 0 | 1 | D3 | 61 | 3F |
| Octal | 107 | 237 | 374 | 110 | 45 | 0 | 1 | 323 | 141 | 77 |
| Binary | 1000111 | 10011111 | 11111100 | 1001000 | 100101 | 0 | 1 | 11010011 | 1100001 | 111111 |
Color Harmonies of #479FFC
Complementary color
Monochromatic Colors of #479FFC
Black with #479FFC
Text Example
Text Example
White with #479FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479FFC; }
p { color: rgb(71,159,252); }
H1.HeaderClassName
{
color: #479FFC;
}
.AnyTagClassName
{
color: #479FFC;
}
</style>
background-color css
<style>
a { background-color: #479FFC; }
a { background-color: rgb(71,159,252); }
div.DivClassName
{
background-color: #479FFC;
}
.BgClassName
{
background-color: #479FFC;
}
</style>
border-color css
<style>
span { border-color: #479FFC; }
span { border-color: rgb(71,159,252); }
td.TdClassName
{
border-color: #479FFC;
}
.TagClassName
{
border-color: #479FFC;
}
</style>