Shades of Cornflower Blue #4E8CEF
Tints of Cornflower Blue #4E8CEF
RGB
CMYK
RGB Variations
Color information
#4E8CEF (or 0x4E8CEF) is known color: Cornflower Blue. HEX triplet: 4E, 8C and EF. RGB value is (78,140,239). Sum of RGB (Red+Green+Blue) = 78+140+239=457 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.07% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E8CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E8CEF is #B17310. Grayscale: #848484. Windows color (decimal): -11629329 or 15699022. OLE color: 15699022.
HSL color Cylindrical-coordinate representation of color #4E8CEF: hue angle of 216.89º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E8CEF is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 140 | 239 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.06 |
| HSL | 216.89º | 0.83% | 0.62% | - |
| HSV(B) | 216.89º | 0.67% | 0.94% | - |
| XYZ | 28.1 | 26.61 | 85.32 | - |
| YUV | 132.75 | 187.96 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 239 | 0.67 | 0.41 | 0 | 0.06 | 216.89 | 0.83 | 0.62 |
| Hex | 4E | 8C | EF | 43 | 29 | 0 | 6 | D9 | 53 | 3E |
| Octal | 116 | 214 | 357 | 103 | 51 | 0 | 6 | 331 | 123 | 76 |
| Binary | 1001110 | 10001100 | 11101111 | 1000011 | 101001 | 0 | 110 | 11011001 | 1010011 | 111110 |
Color Harmonies of #4E8CEF
Complementary color
Monochromatic Colors of #4E8CEF
Black with #4E8CEF
Text Example
Text Example
White with #4E8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CEF; }
p { color: rgb(78,140,239); }
H1.HeaderClassName
{
color: #4E8CEF;
}
.AnyTagClassName
{
color: #4E8CEF;
}
</style>
background-color css
<style>
a { background-color: #4E8CEF; }
a { background-color: rgb(78,140,239); }
div.DivClassName
{
background-color: #4E8CEF;
}
.BgClassName
{
background-color: #4E8CEF;
}
</style>
border-color css
<style>
span { border-color: #4E8CEF; }
span { border-color: rgb(78,140,239); }
td.TdClassName
{
border-color: #4E8CEF;
}
.TagClassName
{
border-color: #4E8CEF;
}
</style>