Shades of Cornflower Blue #5E8BEB
Tints of Cornflower Blue #5E8BEB
RGB
CMYK
RGB Variations
Color information
#5E8BEB (or 0x5E8BEB) is known color: Cornflower Blue. HEX triplet: 5E, 8B and EB. RGB value is (94,139,235). Sum of RGB (Red+Green+Blue) = 94+139+235=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E8BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E8BEB is #A17414. Grayscale: #888888. Windows color (decimal): -10581013 or 15436638. OLE color: 15436638.
HSL color Cylindrical-coordinate representation of color #5E8BEB: hue angle of 220.85º 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 #5E8BEB is Cyan = 0.6, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 139 | 235 | - |
| CMYK | 0.6 | 0.41 | 0 | 0.08 |
| HSL | 220.85º | 0.78% | 0.65% | - |
| HSV(B) | 220.85º | 0.6% | 0.92% | - |
| XYZ | 28.84 | 26.84 | 82.26 | - |
| YUV | 136.49 | 183.59 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 235 | 0.6 | 0.41 | 0 | 0.08 | 220.85 | 0.78 | 0.65 |
| Hex | 5E | 8B | EB | 3C | 29 | 0 | 8 | DD | 4E | 41 |
| Octal | 136 | 213 | 353 | 74 | 51 | 0 | 10 | 335 | 116 | 101 |
| Binary | 1011110 | 10001011 | 11101011 | 111100 | 101001 | 0 | 1000 | 11011101 | 1001110 | 1000001 |
Color Harmonies of #5E8BEB
Complementary color
Monochromatic Colors of #5E8BEB
Black with #5E8BEB
Text Example
Text Example
White with #5E8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8BEB; }
p { color: rgb(94,139,235); }
H1.HeaderClassName
{
color: #5E8BEB;
}
.AnyTagClassName
{
color: #5E8BEB;
}
</style>
background-color css
<style>
a { background-color: #5E8BEB; }
a { background-color: rgb(94,139,235); }
div.DivClassName
{
background-color: #5E8BEB;
}
.BgClassName
{
background-color: #5E8BEB;
}
</style>
border-color css
<style>
span { border-color: #5E8BEB; }
span { border-color: rgb(94,139,235); }
td.TdClassName
{
border-color: #5E8BEB;
}
.TagClassName
{
border-color: #5E8BEB;
}
</style>