Shades of Cornflower Blue #5E84EB
Tints of Cornflower Blue #5E84EB
RGB
CMYK
RGB Variations
Color information
#5E84EB (or 0x5E84EB) is known color: Cornflower Blue. HEX triplet: 5E, 84 and EB. RGB value is (94,132,235). Sum of RGB (Red+Green+Blue) = 94+132+235=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E84EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E84EB is #A17B14. Grayscale: #838383. Windows color (decimal): -10582805 or 15434846. OLE color: 15434846.
HSL color Cylindrical-coordinate representation of color #5E84EB: hue angle of 223.83º 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 #5E84EB is Cyan = 0.6, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 132 | 235 | - |
| CMYK | 0.6 | 0.44 | 0 | 0.08 |
| HSL | 223.83º | 0.78% | 0.65% | - |
| HSV(B) | 223.83º | 0.6% | 0.92% | - |
| XYZ | 27.86 | 24.88 | 81.93 | - |
| YUV | 132.38 | 185.91 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 235 | 0.6 | 0.44 | 0 | 0.08 | 223.83 | 0.78 | 0.65 |
| Hex | 5E | 84 | EB | 3C | 2C | 0 | 8 | E0 | 4E | 41 |
| Octal | 136 | 204 | 353 | 74 | 54 | 0 | 10 | 340 | 116 | 101 |
| Binary | 1011110 | 10000100 | 11101011 | 111100 | 101100 | 0 | 1000 | 11100000 | 1001110 | 1000001 |
Color Harmonies of #5E84EB
Complementary color
Monochromatic Colors of #5E84EB
Black with #5E84EB
Text Example
Text Example
White with #5E84EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E84EB; }
p { color: rgb(94,132,235); }
H1.HeaderClassName
{
color: #5E84EB;
}
.AnyTagClassName
{
color: #5E84EB;
}
</style>
background-color css
<style>
a { background-color: #5E84EB; }
a { background-color: rgb(94,132,235); }
div.DivClassName
{
background-color: #5E84EB;
}
.BgClassName
{
background-color: #5E84EB;
}
</style>
border-color css
<style>
span { border-color: #5E84EB; }
span { border-color: rgb(94,132,235); }
td.TdClassName
{
border-color: #5E84EB;
}
.TagClassName
{
border-color: #5E84EB;
}
</style>