Shades of Cornflower Blue #4E8EDF
Tints of Cornflower Blue #4E8EDF
RGB
CMYK
RGB Variations
Color information
#4E8EDF (or 0x4E8EDF) is known color: Cornflower Blue. HEX triplet: 4E, 8E and DF. RGB value is (78,142,223). Sum of RGB (Red+Green+Blue) = 78+142+223=443 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.61% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8EDF is #B17120. Grayscale: #838383. Windows color (decimal): -11628833 or 14650958. OLE color: 14650958.
HSL color Cylindrical-coordinate representation of color #4E8EDF: hue angle of 213.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E8EDF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 142 | 223 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.13 |
| HSL | 213.52º | 0.69% | 0.59% | - |
| HSV(B) | 213.52º | 0.65% | 0.87% | - |
| XYZ | 26.13 | 26.29 | 73.51 | - |
| YUV | 132.1 | 179.3 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 142 | 223 | 0.65 | 0.36 | 0 | 0.13 | 213.52 | 0.69 | 0.59 |
| Hex | 4E | 8E | DF | 41 | 24 | 0 | D | D6 | 45 | 3B |
| Octal | 116 | 216 | 337 | 101 | 44 | 0 | 15 | 326 | 105 | 73 |
| Binary | 1001110 | 10001110 | 11011111 | 1000001 | 100100 | 0 | 1101 | 11010110 | 1000101 | 111011 |
Color Harmonies of #4E8EDF
Complementary color
Monochromatic Colors of #4E8EDF
Black with #4E8EDF
Text Example
Text Example
White with #4E8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8EDF; }
p { color: rgb(78,142,223); }
H1.HeaderClassName
{
color: #4E8EDF;
}
.AnyTagClassName
{
color: #4E8EDF;
}
</style>
background-color css
<style>
a { background-color: #4E8EDF; }
a { background-color: rgb(78,142,223); }
div.DivClassName
{
background-color: #4E8EDF;
}
.BgClassName
{
background-color: #4E8EDF;
}
</style>
border-color css
<style>
span { border-color: #4E8EDF; }
span { border-color: rgb(78,142,223); }
td.TdClassName
{
border-color: #4E8EDF;
}
.TagClassName
{
border-color: #4E8EDF;
}
</style>