Shades of Cornflower Blue #479EF8
Tints of Cornflower Blue #479EF8
RGB
CMYK
RGB Variations
Color information
#479EF8 (or 0x479EF8) is known color: Cornflower Blue. HEX triplet: 47, 9E and F8. RGB value is (71,158,248). Sum of RGB (Red+Green+Blue) = 71+158+248=477 (63% of max value = 765). Red value is 71 (28.12% from 255 or 14.88% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 248 (97.27% from 255 or 51.99% from 477); Max value from RGB is 248 - color contains mainly: blue. Hex color #479EF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #479EF8 is #B86107. Grayscale: #8D8D8D. Windows color (decimal): -12083464 or 16293447. OLE color: 16293447.
HSL color Cylindrical-coordinate representation of color #479EF8: hue angle of 210.51º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #479EF8 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 71 | 158 | 248 | - |
| CMYK | 0.71 | 0.36 | 0 | 0.03 |
| HSL | 210.51º | 0.93% | 0.63% | - |
| HSV(B) | 210.51º | 0.71% | 0.97% | - |
| XYZ | 31.77 | 32.57 | 93.42 | - |
| YUV | 142.25 | 187.68 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 158 | 248 | 0.71 | 0.36 | 0 | 0.03 | 210.51 | 0.93 | 0.63 |
| Hex | 47 | 9E | F8 | 47 | 24 | 0 | 3 | D3 | 5D | 3F |
| Octal | 107 | 236 | 370 | 107 | 44 | 0 | 3 | 323 | 135 | 77 |
| Binary | 1000111 | 10011110 | 11111000 | 1000111 | 100100 | 0 | 11 | 11010011 | 1011101 | 111111 |
Color Harmonies of #479EF8
Complementary color
Monochromatic Colors of #479EF8
Black with #479EF8
Text Example
Text Example
White with #479EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479EF8; }
p { color: rgb(71,158,248); }
H1.HeaderClassName
{
color: #479EF8;
}
.AnyTagClassName
{
color: #479EF8;
}
</style>
background-color css
<style>
a { background-color: #479EF8; }
a { background-color: rgb(71,158,248); }
div.DivClassName
{
background-color: #479EF8;
}
.BgClassName
{
background-color: #479EF8;
}
</style>
border-color css
<style>
span { border-color: #479EF8; }
span { border-color: rgb(71,158,248); }
td.TdClassName
{
border-color: #479EF8;
}
.TagClassName
{
border-color: #479EF8;
}
</style>