Shades of Cornflower Blue #479BFC
Tints of Cornflower Blue #479BFC
RGB
CMYK
RGB Variations
Color information
#479BFC (or 0x479BFC) is known color: Cornflower Blue. HEX triplet: 47, 9B and FC. RGB value is (71,155,252). Sum of RGB (Red+Green+Blue) = 71+155+252=478 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.85% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #479BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479BFC is #B86403. Grayscale: #8C8C8C. Windows color (decimal): -12084228 or 16554823. OLE color: 16554823.
HSL color Cylindrical-coordinate representation of color #479BFC: hue angle of 212.15º 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 #479BFC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 155 | 252 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.01 |
| HSL | 212.15º | 0.97% | 0.63% | - |
| HSV(B) | 212.15º | 0.72% | 0.99% | - |
| XYZ | 31.89 | 31.81 | 96.55 | - |
| YUV | 140.94 | 190.67 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 252 | 0.72 | 0.38 | 0 | 0.01 | 212.15 | 0.97 | 0.63 |
| Hex | 47 | 9B | FC | 48 | 26 | 0 | 1 | D4 | 61 | 3F |
| Octal | 107 | 233 | 374 | 110 | 46 | 0 | 1 | 324 | 141 | 77 |
| Binary | 1000111 | 10011011 | 11111100 | 1001000 | 100110 | 0 | 1 | 11010100 | 1100001 | 111111 |
Color Harmonies of #479BFC
Complementary color
Monochromatic Colors of #479BFC
Black with #479BFC
Text Example
Text Example
White with #479BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BFC; }
p { color: rgb(71,155,252); }
H1.HeaderClassName
{
color: #479BFC;
}
.AnyTagClassName
{
color: #479BFC;
}
</style>
background-color css
<style>
a { background-color: #479BFC; }
a { background-color: rgb(71,155,252); }
div.DivClassName
{
background-color: #479BFC;
}
.BgClassName
{
background-color: #479BFC;
}
</style>
border-color css
<style>
span { border-color: #479BFC; }
span { border-color: rgb(71,155,252); }
td.TdClassName
{
border-color: #479BFC;
}
.TagClassName
{
border-color: #479BFC;
}
</style>