Shades of Cornflower Blue #408EEC
Tints of Cornflower Blue #408EEC
RGB
CMYK
RGB Variations
Color information
#408EEC (or 0x408EEC) is known color: Cornflower Blue. HEX triplet: 40, 8E and EC. RGB value is (64,142,236). Sum of RGB (Red+Green+Blue) = 64+142+236=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #408EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EEC is #BF7113. Grayscale: #808080. Windows color (decimal): -12546324 or 15502912. OLE color: 15502912.
HSL color Cylindrical-coordinate representation of color #408EEC: hue angle of 212.79º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408EEC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 142 | 236 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.07 |
| HSL | 212.79º | 0.82% | 0.59% | - |
| HSV(B) | 212.79º | 0.73% | 0.93% | - |
| XYZ | 26.93 | 26.49 | 83.05 | - |
| YUV | 129.39 | 188.16 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 236 | 0.73 | 0.40 | 0 | 0.07 | 212.79 | 0.82 | 0.59 |
| Hex | 40 | 8E | EC | 49 | 28 | 0 | 7 | D5 | 52 | 3B |
| Octal | 100 | 216 | 354 | 111 | 50 | 0 | 7 | 325 | 122 | 73 |
| Binary | 1000000 | 10001110 | 11101100 | 1001001 | 101000 | 0 | 111 | 11010101 | 1010010 | 111011 |
Color Harmonies of #408EEC
Complementary color
Monochromatic Colors of #408EEC
Black with #408EEC
Text Example
Text Example
White with #408EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408EEC; }
p { color: rgb(64,142,236); }
H1.HeaderClassName
{
color: #408EEC;
}
.AnyTagClassName
{
color: #408EEC;
}
</style>
background-color css
<style>
a { background-color: #408EEC; }
a { background-color: rgb(64,142,236); }
div.DivClassName
{
background-color: #408EEC;
}
.BgClassName
{
background-color: #408EEC;
}
</style>
border-color css
<style>
span { border-color: #408EEC; }
span { border-color: rgb(64,142,236); }
td.TdClassName
{
border-color: #408EEC;
}
.TagClassName
{
border-color: #408EEC;
}
</style>