Shades of Cornflower Blue #4EA0FE
Tints of Cornflower Blue #4EA0FE
RGB
CMYK
RGB Variations
Color information
#4EA0FE (or 0x4EA0FE) is known color: Cornflower Blue. HEX triplet: 4E, A0 and FE. RGB value is (78,160,254). Sum of RGB (Red+Green+Blue) = 78+160+254=492 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.85% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EA0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA0FE is #B15F01. Grayscale: #919191. Windows color (decimal): -11624194 or 16687182. OLE color: 16687182.
HSL color Cylindrical-coordinate representation of color #4EA0FE: hue angle of 212.05º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EA0FE is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 160 | 254 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.00 |
| HSL | 212.05º | 0.99% | 0.65% | - |
| HSV(B) | 212.05º | 0.69% | 1% | - |
| XYZ | 33.6 | 33.92 | 98.54 | - |
| YUV | 146.2 | 188.83 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 160 | 254 | 0.69 | 0.37 | 0 | 0.00 | 212.05 | 0.99 | 0.65 |
| Hex | 4E | A0 | FE | 45 | 25 | 0 | 0 | D4 | 63 | 41 |
| Octal | 116 | 240 | 376 | 105 | 45 | 0 | 0 | 324 | 143 | 101 |
| Binary | 1001110 | 10100000 | 11111110 | 1000101 | 100101 | 0 | 0 | 11010100 | 1100011 | 1000001 |
Color Harmonies of #4EA0FE
Complementary color
Monochromatic Colors of #4EA0FE
Black with #4EA0FE
Text Example
Text Example
White with #4EA0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA0FE; }
p { color: rgb(78,160,254); }
H1.HeaderClassName
{
color: #4EA0FE;
}
.AnyTagClassName
{
color: #4EA0FE;
}
</style>
background-color css
<style>
a { background-color: #4EA0FE; }
a { background-color: rgb(78,160,254); }
div.DivClassName
{
background-color: #4EA0FE;
}
.BgClassName
{
background-color: #4EA0FE;
}
</style>
border-color css
<style>
span { border-color: #4EA0FE; }
span { border-color: rgb(78,160,254); }
td.TdClassName
{
border-color: #4EA0FE;
}
.TagClassName
{
border-color: #4EA0FE;
}
</style>