Shades of Cornflower Blue #478EFB
Tints of Cornflower Blue #478EFB
RGB
CMYK
RGB Variations
Color information
#478EFB (or 0x478EFB) is known color: Cornflower Blue. HEX triplet: 47, 8E and FB. RGB value is (71,142,251). Sum of RGB (Red+Green+Blue) = 71+142+251=464 (61% of max value = 765). Red value is 71 (28.12% from 255 or 15.30% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #478EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478EFB is #B87104. Grayscale: #848484. Windows color (decimal): -12087557 or 16485959. OLE color: 16485959.
HSL color Cylindrical-coordinate representation of color #478EFB: hue angle of 216.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #478EFB is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 142 | 251 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.02 |
| HSL | 216.33º | 0.96% | 0.63% | - |
| HSV(B) | 216.33º | 0.72% | 0.98% | - |
| XYZ | 29.68 | 27.65 | 95.04 | - |
| YUV | 133.2 | 194.48 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 251 | 0.72 | 0.43 | 0 | 0.02 | 216.33 | 0.96 | 0.63 |
| Hex | 47 | 8E | FB | 48 | 2B | 0 | 2 | D8 | 60 | 3F |
| Octal | 107 | 216 | 373 | 110 | 53 | 0 | 2 | 330 | 140 | 77 |
| Binary | 1000111 | 10001110 | 11111011 | 1001000 | 101011 | 0 | 10 | 11011000 | 1100000 | 111111 |
Color Harmonies of #478EFB
Complementary color
Monochromatic Colors of #478EFB
Black with #478EFB
Text Example
Text Example
White with #478EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478EFB; }
p { color: rgb(71,142,251); }
H1.HeaderClassName
{
color: #478EFB;
}
.AnyTagClassName
{
color: #478EFB;
}
</style>
background-color css
<style>
a { background-color: #478EFB; }
a { background-color: rgb(71,142,251); }
div.DivClassName
{
background-color: #478EFB;
}
.BgClassName
{
background-color: #478EFB;
}
</style>
border-color css
<style>
span { border-color: #478EFB; }
span { border-color: rgb(71,142,251); }
td.TdClassName
{
border-color: #478EFB;
}
.TagClassName
{
border-color: #478EFB;
}
</style>