Shades of Cornflower Blue #408BEB
Tints of Cornflower Blue #408BEB
RGB
CMYK
RGB Variations
Color information
#408BEB (or 0x408BEB) is known color: Cornflower Blue. HEX triplet: 40, 8B and EB. RGB value is (64,139,235). Sum of RGB (Red+Green+Blue) = 64+139+235=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #408BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408BEB is #BF7414. Grayscale: #7F7F7F. Windows color (decimal): -12547093 or 15436608. OLE color: 15436608.
HSL color Cylindrical-coordinate representation of color #408BEB: hue angle of 213.68º 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 #408BEB is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 139 | 235 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.08 |
| HSL | 213.68º | 0.81% | 0.59% | - |
| HSV(B) | 213.68º | 0.73% | 0.92% | - |
| XYZ | 26.34 | 25.55 | 82.14 | - |
| YUV | 127.52 | 188.65 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 235 | 0.73 | 0.41 | 0 | 0.08 | 213.68 | 0.81 | 0.59 |
| Hex | 40 | 8B | EB | 49 | 29 | 0 | 8 | D6 | 51 | 3B |
| Octal | 100 | 213 | 353 | 111 | 51 | 0 | 10 | 326 | 121 | 73 |
| Binary | 1000000 | 10001011 | 11101011 | 1001001 | 101001 | 0 | 1000 | 11010110 | 1010001 | 111011 |
Color Harmonies of #408BEB
Complementary color
Monochromatic Colors of #408BEB
Black with #408BEB
Text Example
Text Example
White with #408BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BEB; }
p { color: rgb(64,139,235); }
H1.HeaderClassName
{
color: #408BEB;
}
.AnyTagClassName
{
color: #408BEB;
}
</style>
background-color css
<style>
a { background-color: #408BEB; }
a { background-color: rgb(64,139,235); }
div.DivClassName
{
background-color: #408BEB;
}
.BgClassName
{
background-color: #408BEB;
}
</style>
border-color css
<style>
span { border-color: #408BEB; }
span { border-color: rgb(64,139,235); }
td.TdClassName
{
border-color: #408BEB;
}
.TagClassName
{
border-color: #408BEB;
}
</style>