Shades of Cornflower Blue #5E81EB
Tints of Cornflower Blue #5E81EB
RGB
CMYK
RGB Variations
Color information
#5E81EB (or 0x5E81EB) is known color: Cornflower Blue. HEX triplet: 5E, 81 and EB. RGB value is (94,129,235). Sum of RGB (Red+Green+Blue) = 94+129+235=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E81EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5E81EB is #A17E14. Grayscale: #828282. Windows color (decimal): -10583573 or 15434078. OLE color: 15434078.
HSL color Cylindrical-coordinate representation of color #5E81EB: hue angle of 225.11º 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 #5E81EB is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 129 | 235 | - |
| CMYK | 0.6 | 0.45 | 0 | 0.08 |
| HSL | 225.11º | 0.78% | 0.65% | - |
| HSV(B) | 225.11º | 0.6% | 0.92% | - |
| XYZ | 27.46 | 24.08 | 81.8 | - |
| YUV | 130.62 | 186.9 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 129 | 235 | 0.6 | 0.45 | 0 | 0.08 | 225.11 | 0.78 | 0.65 |
| Hex | 5E | 81 | EB | 3C | 2D | 0 | 8 | E1 | 4E | 41 |
| Octal | 136 | 201 | 353 | 74 | 55 | 0 | 10 | 341 | 116 | 101 |
| Binary | 1011110 | 10000001 | 11101011 | 111100 | 101101 | 0 | 1000 | 11100001 | 1001110 | 1000001 |
Color Harmonies of #5E81EB
Complementary color
Monochromatic Colors of #5E81EB
Black with #5E81EB
Text Example
Text Example
White with #5E81EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E81EB; }
p { color: rgb(94,129,235); }
H1.HeaderClassName
{
color: #5E81EB;
}
.AnyTagClassName
{
color: #5E81EB;
}
</style>
background-color css
<style>
a { background-color: #5E81EB; }
a { background-color: rgb(94,129,235); }
div.DivClassName
{
background-color: #5E81EB;
}
.BgClassName
{
background-color: #5E81EB;
}
</style>
border-color css
<style>
span { border-color: #5E81EB; }
span { border-color: rgb(94,129,235); }
td.TdClassName
{
border-color: #5E81EB;
}
.TagClassName
{
border-color: #5E81EB;
}
</style>