Shades of Cornflower Blue #408CEE
Tints of Cornflower Blue #408CEE
RGB
CMYK
RGB Variations
Color information
#408CEE (or 0x408CEE) is known color: Cornflower Blue. HEX triplet: 40, 8C and EE. RGB value is (64,140,238). Sum of RGB (Red+Green+Blue) = 64+140+238=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #408CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CEE is #BF7311. Grayscale: #7F7F7F. Windows color (decimal): -12546834 or 15633472. OLE color: 15633472.
HSL color Cylindrical-coordinate representation of color #408CEE: hue angle of 213.79º 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 #408CEE is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 140 | 238 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.07 |
| HSL | 213.79º | 0.84% | 0.59% | - |
| HSV(B) | 213.79º | 0.73% | 0.93% | - |
| XYZ | 26.93 | 26.02 | 84.49 | - |
| YUV | 128.45 | 189.82 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 238 | 0.73 | 0.41 | 0 | 0.07 | 213.79 | 0.84 | 0.59 |
| Hex | 40 | 8C | EE | 49 | 29 | 0 | 7 | D6 | 54 | 3B |
| Octal | 100 | 214 | 356 | 111 | 51 | 0 | 7 | 326 | 124 | 73 |
| Binary | 1000000 | 10001100 | 11101110 | 1001001 | 101001 | 0 | 111 | 11010110 | 1010100 | 111011 |
Color Harmonies of #408CEE
Complementary color
Monochromatic Colors of #408CEE
Black with #408CEE
Text Example
Text Example
White with #408CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408CEE; }
p { color: rgb(64,140,238); }
H1.HeaderClassName
{
color: #408CEE;
}
.AnyTagClassName
{
color: #408CEE;
}
</style>
background-color css
<style>
a { background-color: #408CEE; }
a { background-color: rgb(64,140,238); }
div.DivClassName
{
background-color: #408CEE;
}
.BgClassName
{
background-color: #408CEE;
}
</style>
border-color css
<style>
span { border-color: #408CEE; }
span { border-color: rgb(64,140,238); }
td.TdClassName
{
border-color: #408CEE;
}
.TagClassName
{
border-color: #408CEE;
}
</style>