Shades of Cornflower Blue #408CE6
Tints of Cornflower Blue #408CE6
RGB
CMYK
RGB Variations
Color information
#408CE6 (or 0x408CE6) is known color: Cornflower Blue. HEX triplet: 40, 8C and E6. RGB value is (64,140,230). Sum of RGB (Red+Green+Blue) = 64+140+230=434 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.75% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #408CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CE6 is #BF7319. Grayscale: #7F7F7F. Windows color (decimal): -12546842 or 15109184. OLE color: 15109184.
HSL color Cylindrical-coordinate representation of color #408CE6: hue angle of 212.53º 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 #408CE6 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 140 | 230 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.10 |
| HSL | 212.53º | 0.77% | 0.58% | - |
| HSV(B) | 212.53º | 0.72% | 0.9% | - |
| XYZ | 25.78 | 25.56 | 78.44 | - |
| YUV | 127.54 | 185.82 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 230 | 0.72 | 0.39 | 0 | 0.10 | 212.53 | 0.77 | 0.58 |
| Hex | 40 | 8C | E6 | 48 | 27 | 0 | A | D5 | 4D | 3A |
| Octal | 100 | 214 | 346 | 110 | 47 | 0 | 12 | 325 | 115 | 72 |
| Binary | 1000000 | 10001100 | 11100110 | 1001000 | 100111 | 0 | 1010 | 11010101 | 1001101 | 111010 |
Color Harmonies of #408CE6
Complementary color
Monochromatic Colors of #408CE6
Black with #408CE6
Text Example
Text Example
White with #408CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408CE6; }
p { color: rgb(64,140,230); }
H1.HeaderClassName
{
color: #408CE6;
}
.AnyTagClassName
{
color: #408CE6;
}
</style>
background-color css
<style>
a { background-color: #408CE6; }
a { background-color: rgb(64,140,230); }
div.DivClassName
{
background-color: #408CE6;
}
.BgClassName
{
background-color: #408CE6;
}
</style>
border-color css
<style>
span { border-color: #408CE6; }
span { border-color: rgb(64,140,230); }
td.TdClassName
{
border-color: #408CE6;
}
.TagClassName
{
border-color: #408CE6;
}
</style>