Shades of Cornflower Blue #408FEB
Tints of Cornflower Blue #408FEB
RGB
CMYK
RGB Variations
Color information
#408FEB (or 0x408FEB) is known color: Cornflower Blue. HEX triplet: 40, 8F and EB. RGB value is (64,143,235). Sum of RGB (Red+Green+Blue) = 64+143+235=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #408FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FEB is #BF7014. Grayscale: #818181. Windows color (decimal): -12546069 or 15437632. OLE color: 15437632.
HSL color Cylindrical-coordinate representation of color #408FEB: hue angle of 212.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #408FEB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 143 | 235 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.08 |
| HSL | 212.28º | 0.81% | 0.59% | - |
| HSV(B) | 212.28º | 0.73% | 0.92% | - |
| XYZ | 26.93 | 26.73 | 82.34 | - |
| YUV | 129.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 235 | 0.73 | 0.39 | 0 | 0.08 | 212.28 | 0.81 | 0.59 |
| Hex | 40 | 8F | EB | 49 | 27 | 0 | 8 | D4 | 51 | 3B |
| Octal | 100 | 217 | 353 | 111 | 47 | 0 | 10 | 324 | 121 | 73 |
| Binary | 1000000 | 10001111 | 11101011 | 1001001 | 100111 | 0 | 1000 | 11010100 | 1010001 | 111011 |
Color Harmonies of #408FEB
Complementary color
Monochromatic Colors of #408FEB
Black with #408FEB
Text Example
Text Example
White with #408FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FEB; }
p { color: rgb(64,143,235); }
H1.HeaderClassName
{
color: #408FEB;
}
.AnyTagClassName
{
color: #408FEB;
}
</style>
background-color css
<style>
a { background-color: #408FEB; }
a { background-color: rgb(64,143,235); }
div.DivClassName
{
background-color: #408FEB;
}
.BgClassName
{
background-color: #408FEB;
}
</style>
border-color css
<style>
span { border-color: #408FEB; }
span { border-color: rgb(64,143,235); }
td.TdClassName
{
border-color: #408FEB;
}
.TagClassName
{
border-color: #408FEB;
}
</style>