Shades of Cornflower Blue #478CEA
Tints of Cornflower Blue #478CEA
RGB
CMYK
RGB Variations
Color information
#478CEA (or 0x478CEA) is known color: Cornflower Blue. HEX triplet: 47, 8C and EA. RGB value is (71,140,234). Sum of RGB (Red+Green+Blue) = 71+140+234=445 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.96% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #478CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #478CEA is #B87315. Grayscale: #818181. Windows color (decimal): -12088086 or 15371335. OLE color: 15371335.
HSL color Cylindrical-coordinate representation of color #478CEA: hue angle of 214.6º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #478CEA is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 140 | 234 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.08 |
| HSL | 214.6º | 0.8% | 0.6% | - |
| HSV(B) | 214.6º | 0.7% | 0.92% | - |
| XYZ | 26.83 | 26.04 | 81.45 | - |
| YUV | 130.09 | 186.64 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 140 | 234 | 0.70 | 0.40 | 0 | 0.08 | 214.6 | 0.8 | 0.6 |
| Hex | 47 | 8C | EA | 46 | 28 | 0 | 8 | D7 | 50 | 3C |
| Octal | 107 | 214 | 352 | 106 | 50 | 0 | 10 | 327 | 120 | 74 |
| Binary | 1000111 | 10001100 | 11101010 | 1000110 | 101000 | 0 | 1000 | 11010111 | 1010000 | 111100 |
Color Harmonies of #478CEA
Complementary color
Monochromatic Colors of #478CEA
Black with #478CEA
Text Example
Text Example
White with #478CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478CEA; }
p { color: rgb(71,140,234); }
H1.HeaderClassName
{
color: #478CEA;
}
.AnyTagClassName
{
color: #478CEA;
}
</style>
background-color css
<style>
a { background-color: #478CEA; }
a { background-color: rgb(71,140,234); }
div.DivClassName
{
background-color: #478CEA;
}
.BgClassName
{
background-color: #478CEA;
}
</style>
border-color css
<style>
span { border-color: #478CEA; }
span { border-color: rgb(71,140,234); }
td.TdClassName
{
border-color: #478CEA;
}
.TagClassName
{
border-color: #478CEA;
}
</style>