Shades of Cornflower Blue #4EA2FE
Tints of Cornflower Blue #4EA2FE
RGB
CMYK
RGB Variations
Color information
#4EA2FE (or 0x4EA2FE) is known color: Cornflower Blue. HEX triplet: 4E, A2 and FE. RGB value is (78,162,254). Sum of RGB (Red+Green+Blue) = 78+162+254=494 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.79% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EA2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA2FE is #B15D01. Grayscale: #929292. Windows color (decimal): -11623682 or 16687694. OLE color: 16687694.
HSL color Cylindrical-coordinate representation of color #4EA2FE: hue angle of 211.36º 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 #4EA2FE is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 162 | 254 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.00 |
| HSL | 211.36º | 0.99% | 0.65% | - |
| HSV(B) | 211.36º | 0.69% | 1% | - |
| XYZ | 33.95 | 34.62 | 98.66 | - |
| YUV | 147.37 | 188.17 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 254 | 0.69 | 0.36 | 0 | 0.00 | 211.36 | 0.99 | 0.65 |
| Hex | 4E | A2 | FE | 45 | 24 | 0 | 0 | D3 | 63 | 41 |
| Octal | 116 | 242 | 376 | 105 | 44 | 0 | 0 | 323 | 143 | 101 |
| Binary | 1001110 | 10100010 | 11111110 | 1000101 | 100100 | 0 | 0 | 11010011 | 1100011 | 1000001 |
Color Harmonies of #4EA2FE
Complementary color
Monochromatic Colors of #4EA2FE
Black with #4EA2FE
Text Example
Text Example
White with #4EA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA2FE; }
p { color: rgb(78,162,254); }
H1.HeaderClassName
{
color: #4EA2FE;
}
.AnyTagClassName
{
color: #4EA2FE;
}
</style>
background-color css
<style>
a { background-color: #4EA2FE; }
a { background-color: rgb(78,162,254); }
div.DivClassName
{
background-color: #4EA2FE;
}
.BgClassName
{
background-color: #4EA2FE;
}
</style>
border-color css
<style>
span { border-color: #4EA2FE; }
span { border-color: rgb(78,162,254); }
td.TdClassName
{
border-color: #4EA2FE;
}
.TagClassName
{
border-color: #4EA2FE;
}
</style>