Shades of Cornflower Blue #5E9EEB
Tints of Cornflower Blue #5E9EEB
RGB
CMYK
RGB Variations
Color information
#5E9EEB (or 0x5E9EEB) is known color: Cornflower Blue. HEX triplet: 5E, 9E and EB. RGB value is (94,158,235). Sum of RGB (Red+Green+Blue) = 94+158+235=487 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.30% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E9EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E9EEB is #A16114. Grayscale: #939393. Windows color (decimal): -10576149 or 15441502. OLE color: 15441502.
HSL color Cylindrical-coordinate representation of color #5E9EEB: hue angle of 212.77º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E9EEB is Cyan = 0.6, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 158 | 235 | - |
| CMYK | 0.6 | 0.33 | 0 | 0.08 |
| HSL | 212.77º | 0.78% | 0.65% | - |
| HSV(B) | 212.77º | 0.6% | 0.92% | - |
| XYZ | 31.84 | 32.83 | 83.26 | - |
| YUV | 147.64 | 177.3 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 158 | 235 | 0.6 | 0.33 | 0 | 0.08 | 212.77 | 0.78 | 0.65 |
| Hex | 5E | 9E | EB | 3C | 21 | 0 | 8 | D5 | 4E | 41 |
| Octal | 136 | 236 | 353 | 74 | 41 | 0 | 10 | 325 | 116 | 101 |
| Binary | 1011110 | 10011110 | 11101011 | 111100 | 100001 | 0 | 1000 | 11010101 | 1001110 | 1000001 |
Color Harmonies of #5E9EEB
Complementary color
Monochromatic Colors of #5E9EEB
Black with #5E9EEB
Text Example
Text Example
White with #5E9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9EEB; }
p { color: rgb(94,158,235); }
H1.HeaderClassName
{
color: #5E9EEB;
}
.AnyTagClassName
{
color: #5E9EEB;
}
</style>
background-color css
<style>
a { background-color: #5E9EEB; }
a { background-color: rgb(94,158,235); }
div.DivClassName
{
background-color: #5E9EEB;
}
.BgClassName
{
background-color: #5E9EEB;
}
</style>
border-color css
<style>
span { border-color: #5E9EEB; }
span { border-color: rgb(94,158,235); }
td.TdClassName
{
border-color: #5E9EEB;
}
.TagClassName
{
border-color: #5E9EEB;
}
</style>