Shades of Cornflower Blue #408EE6
Tints of Cornflower Blue #408EE6
RGB
CMYK
RGB Variations
Color information
#408EE6 (or 0x408EE6) is known color: Cornflower Blue. HEX triplet: 40, 8E and E6. RGB value is (64,142,230). Sum of RGB (Red+Green+Blue) = 64+142+230=436 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.68% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #408EE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408EE6 is #BF7119. Grayscale: #808080. Windows color (decimal): -12546330 or 15109696. OLE color: 15109696.
HSL color Cylindrical-coordinate representation of color #408EE6: hue angle of 211.81º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408EE6 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 142 | 230 | - |
| CMYK | 0.72 | 0.38 | 0 | 0.10 |
| HSL | 211.81º | 0.77% | 0.58% | - |
| HSV(B) | 211.81º | 0.72% | 0.9% | - |
| XYZ | 26.07 | 26.15 | 78.54 | - |
| YUV | 128.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 230 | 0.72 | 0.38 | 0 | 0.10 | 211.81 | 0.77 | 0.58 |
| Hex | 40 | 8E | E6 | 48 | 26 | 0 | A | D4 | 4D | 3A |
| Octal | 100 | 216 | 346 | 110 | 46 | 0 | 12 | 324 | 115 | 72 |
| Binary | 1000000 | 10001110 | 11100110 | 1001000 | 100110 | 0 | 1010 | 11010100 | 1001101 | 111010 |
Color Harmonies of #408EE6
Complementary color
Monochromatic Colors of #408EE6
Black with #408EE6
Text Example
Text Example
White with #408EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408EE6; }
p { color: rgb(64,142,230); }
H1.HeaderClassName
{
color: #408EE6;
}
.AnyTagClassName
{
color: #408EE6;
}
</style>
background-color css
<style>
a { background-color: #408EE6; }
a { background-color: rgb(64,142,230); }
div.DivClassName
{
background-color: #408EE6;
}
.BgClassName
{
background-color: #408EE6;
}
</style>
border-color css
<style>
span { border-color: #408EE6; }
span { border-color: rgb(64,142,230); }
td.TdClassName
{
border-color: #408EE6;
}
.TagClassName
{
border-color: #408EE6;
}
</style>