Shades of Cornflower Blue #408CE7
Tints of Cornflower Blue #408CE7
RGB
CMYK
RGB Variations
Color information
#408CE7 (or 0x408CE7) is known color: Cornflower Blue. HEX triplet: 40, 8C and E7. RGB value is (64,140,231). Sum of RGB (Red+Green+Blue) = 64+140+231=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 231 (90.62% from 255 or 53.10% from 435); Max value from RGB is 231 - color contains mainly: blue. Hex color #408CE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CE7 is #BF7318. Grayscale: #7F7F7F. Windows color (decimal): -12546841 or 15174720. OLE color: 15174720.
HSL color Cylindrical-coordinate representation of color #408CE7: hue angle of 212.69º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #408CE7 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 140 | 231 | - |
| CMYK | 0.72 | 0.39 | 0 | 0.09 |
| HSL | 212.69º | 0.78% | 0.58% | - |
| HSV(B) | 212.69º | 0.72% | 0.91% | - |
| XYZ | 25.92 | 25.62 | 79.18 | - |
| YUV | 127.65 | 186.32 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 231 | 0.72 | 0.39 | 0 | 0.09 | 212.69 | 0.78 | 0.58 |
| Hex | 40 | 8C | E7 | 48 | 27 | 0 | 9 | D5 | 4E | 3A |
| Octal | 100 | 214 | 347 | 110 | 47 | 0 | 11 | 325 | 116 | 72 |
| Binary | 1000000 | 10001100 | 11100111 | 1001000 | 100111 | 0 | 1001 | 11010101 | 1001110 | 111010 |
Color Harmonies of #408CE7
Complementary color
Monochromatic Colors of #408CE7
Black with #408CE7
Text Example
Text Example
White with #408CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408CE7; }
p { color: rgb(64,140,231); }
H1.HeaderClassName
{
color: #408CE7;
}
.AnyTagClassName
{
color: #408CE7;
}
</style>
background-color css
<style>
a { background-color: #408CE7; }
a { background-color: rgb(64,140,231); }
div.DivClassName
{
background-color: #408CE7;
}
.BgClassName
{
background-color: #408CE7;
}
</style>
border-color css
<style>
span { border-color: #408CE7; }
span { border-color: rgb(64,140,231); }
td.TdClassName
{
border-color: #408CE7;
}
.TagClassName
{
border-color: #408CE7;
}
</style>