Shades of Cornflower Blue #408DEE
Tints of Cornflower Blue #408DEE
RGB
CMYK
RGB Variations
Color information
#408DEE (or 0x408DEE) is known color: Cornflower Blue. HEX triplet: 40, 8D and EE. RGB value is (64,141,238). Sum of RGB (Red+Green+Blue) = 64+141+238=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #408DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408DEE is #BF7211. Grayscale: #808080. Windows color (decimal): -12546578 or 15633728. OLE color: 15633728.
HSL color Cylindrical-coordinate representation of color #408DEE: hue angle of 213.45º degrees, saturation: 0.84, 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 #408DEE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 141 | 238 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.07 |
| HSL | 213.45º | 0.84% | 0.59% | - |
| HSV(B) | 213.45º | 0.73% | 0.93% | - |
| XYZ | 27.07 | 26.31 | 84.54 | - |
| YUV | 129.04 | 189.49 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 238 | 0.73 | 0.41 | 0 | 0.07 | 213.45 | 0.84 | 0.59 |
| Hex | 40 | 8D | EE | 49 | 29 | 0 | 7 | D5 | 54 | 3B |
| Octal | 100 | 215 | 356 | 111 | 51 | 0 | 7 | 325 | 124 | 73 |
| Binary | 1000000 | 10001101 | 11101110 | 1001001 | 101001 | 0 | 111 | 11010101 | 1010100 | 111011 |
Color Harmonies of #408DEE
Complementary color
Monochromatic Colors of #408DEE
Black with #408DEE
Text Example
Text Example
White with #408DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DEE; }
p { color: rgb(64,141,238); }
H1.HeaderClassName
{
color: #408DEE;
}
.AnyTagClassName
{
color: #408DEE;
}
</style>
background-color css
<style>
a { background-color: #408DEE; }
a { background-color: rgb(64,141,238); }
div.DivClassName
{
background-color: #408DEE;
}
.BgClassName
{
background-color: #408DEE;
}
</style>
border-color css
<style>
span { border-color: #408DEE; }
span { border-color: rgb(64,141,238); }
td.TdClassName
{
border-color: #408DEE;
}
.TagClassName
{
border-color: #408DEE;
}
</style>