Shades of Cornflower Blue #4E8CED
Tints of Cornflower Blue #4E8CED
RGB
CMYK
RGB Variations
Color information
#4E8CED (or 0x4E8CED) is known color: Cornflower Blue. HEX triplet: 4E, 8C and ED. RGB value is (78,140,237). Sum of RGB (Red+Green+Blue) = 78+140+237=455 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.14% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #4E8CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4E8CED is #B17312. Grayscale: #848484. Windows color (decimal): -11629331 or 15567950. OLE color: 15567950.
HSL color Cylindrical-coordinate representation of color #4E8CED: hue angle of 216.6º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E8CED is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 140 | 237 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.07 |
| HSL | 216.6º | 0.82% | 0.62% | - |
| HSV(B) | 216.6º | 0.67% | 0.93% | - |
| XYZ | 27.81 | 26.49 | 83.77 | - |
| YUV | 132.52 | 186.96 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 140 | 237 | 0.67 | 0.41 | 0 | 0.07 | 216.6 | 0.82 | 0.62 |
| Hex | 4E | 8C | ED | 43 | 29 | 0 | 7 | D9 | 52 | 3E |
| Octal | 116 | 214 | 355 | 103 | 51 | 0 | 7 | 331 | 122 | 76 |
| Binary | 1001110 | 10001100 | 11101101 | 1000011 | 101001 | 0 | 111 | 11011001 | 1010010 | 111110 |
Color Harmonies of #4E8CED
Complementary color
Monochromatic Colors of #4E8CED
Black with #4E8CED
Text Example
Text Example
White with #4E8CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8CED; }
p { color: rgb(78,140,237); }
H1.HeaderClassName
{
color: #4E8CED;
}
.AnyTagClassName
{
color: #4E8CED;
}
</style>
background-color css
<style>
a { background-color: #4E8CED; }
a { background-color: rgb(78,140,237); }
div.DivClassName
{
background-color: #4E8CED;
}
.BgClassName
{
background-color: #4E8CED;
}
</style>
border-color css
<style>
span { border-color: #4E8CED; }
span { border-color: rgb(78,140,237); }
td.TdClassName
{
border-color: #4E8CED;
}
.TagClassName
{
border-color: #4E8CED;
}
</style>