Shades of Cornflower Blue #4E8EEC
Tints of Cornflower Blue #4E8EEC
RGB
CMYK
RGB Variations
Color information
#4E8EEC (or 0x4E8EEC) is known color: Cornflower Blue. HEX triplet: 4E, 8E and EC. RGB value is (78,142,236). Sum of RGB (Red+Green+Blue) = 78+142+236=456 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.11% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E8EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E8EEC is #B17113. Grayscale: #858585. Windows color (decimal): -11628820 or 15502926. OLE color: 15502926.
HSL color Cylindrical-coordinate representation of color #4E8EEC: hue angle of 215.7º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E8EEC is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 142 | 236 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.07 |
| HSL | 215.7º | 0.81% | 0.62% | - |
| HSV(B) | 215.7º | 0.67% | 0.93% | - |
| XYZ | 27.96 | 27.02 | 83.1 | - |
| YUV | 133.58 | 185.8 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 142 | 236 | 0.67 | 0.40 | 0 | 0.07 | 215.7 | 0.81 | 0.62 |
| Hex | 4E | 8E | EC | 43 | 28 | 0 | 7 | D8 | 51 | 3E |
| Octal | 116 | 216 | 354 | 103 | 50 | 0 | 7 | 330 | 121 | 76 |
| Binary | 1001110 | 10001110 | 11101100 | 1000011 | 101000 | 0 | 111 | 11011000 | 1010001 | 111110 |
Color Harmonies of #4E8EEC
Complementary color
Monochromatic Colors of #4E8EEC
Black with #4E8EEC
Text Example
Text Example
White with #4E8EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8EEC; }
p { color: rgb(78,142,236); }
H1.HeaderClassName
{
color: #4E8EEC;
}
.AnyTagClassName
{
color: #4E8EEC;
}
</style>
background-color css
<style>
a { background-color: #4E8EEC; }
a { background-color: rgb(78,142,236); }
div.DivClassName
{
background-color: #4E8EEC;
}
.BgClassName
{
background-color: #4E8EEC;
}
</style>
border-color css
<style>
span { border-color: #4E8EEC; }
span { border-color: rgb(78,142,236); }
td.TdClassName
{
border-color: #4E8EEC;
}
.TagClassName
{
border-color: #4E8EEC;
}
</style>