Shades of Cornflower Blue #4EA5FF
Tints of Cornflower Blue #4EA5FF
RGB
CMYK
RGB Variations
Color information
#4EA5FF (or 0x4EA5FF) is known color: Cornflower Blue. HEX triplet: 4E, A5 and FF. RGB value is (78,165,255). Sum of RGB (Red+Green+Blue) = 78+165+255=498 (65% of max value = 765). Red value is 78 (30.86% from 255 or 15.66% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EA5FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EA5FF is #B15A00. Grayscale: #949494. Windows color (decimal): -11622913 or 16753998. OLE color: 16753998.
HSL color Cylindrical-coordinate representation of color #4EA5FF: hue angle of 210.51º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EA5FF is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 165 | 255 | - |
| CMYK | 0.69 | 0.35 | 0 | 0 |
| HSL | 210.51º | 1% | 0.65% | - |
| HSV(B) | 210.51º | 0.69% | 1% | - |
| XYZ | 34.65 | 35.75 | 99.68 | - |
| YUV | 149.25 | 187.68 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 165 | 255 | 0.69 | 0.35 | 0 | 0 | 210.51 | 1 | 0.65 |
| Hex | 4E | A5 | FF | 45 | 23 | 0 | 0 | D3 | 64 | 41 |
| Octal | 116 | 245 | 377 | 105 | 43 | 0 | 0 | 323 | 144 | 101 |
| Binary | 1001110 | 10100101 | 11111111 | 1000101 | 100011 | 0 | 0 | 11010011 | 1100100 | 1000001 |
Color Harmonies of #4EA5FF
Complementary color
Monochromatic Colors of #4EA5FF
Black with #4EA5FF
Text Example
Text Example
White with #4EA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA5FF; }
p { color: rgb(78,165,255); }
H1.HeaderClassName
{
color: #4EA5FF;
}
.AnyTagClassName
{
color: #4EA5FF;
}
</style>
background-color css
<style>
a { background-color: #4EA5FF; }
a { background-color: rgb(78,165,255); }
div.DivClassName
{
background-color: #4EA5FF;
}
.BgClassName
{
background-color: #4EA5FF;
}
</style>
border-color css
<style>
span { border-color: #4EA5FF; }
span { border-color: rgb(78,165,255); }
td.TdClassName
{
border-color: #4EA5FF;
}
.TagClassName
{
border-color: #4EA5FF;
}
</style>