Shades of Cornflower Blue #5E8ADE
Tints of Cornflower Blue #5E8ADE
RGB
CMYK
RGB Variations
Color information
#5E8ADE (or 0x5E8ADE) is known color: Cornflower Blue. HEX triplet: 5E, 8A and DE. RGB value is (94,138,222). Sum of RGB (Red+Green+Blue) = 94+138+222=454 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.70% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8ADE is #A17521. Grayscale: #868686. Windows color (decimal): -10581282 or 14584414. OLE color: 14584414.
HSL color Cylindrical-coordinate representation of color #5E8ADE: hue angle of 219.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E8ADE is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 138 | 222 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.13 |
| HSL | 219.38º | 0.66% | 0.62% | - |
| HSV(B) | 219.38º | 0.58% | 0.87% | - |
| XYZ | 26.89 | 25.83 | 72.68 | - |
| YUV | 134.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 222 | 0.58 | 0.38 | 0 | 0.13 | 219.38 | 0.66 | 0.62 |
| Hex | 5E | 8A | DE | 3A | 26 | 0 | D | DB | 42 | 3E |
| Octal | 136 | 212 | 336 | 72 | 46 | 0 | 15 | 333 | 102 | 76 |
| Binary | 1011110 | 10001010 | 11011110 | 111010 | 100110 | 0 | 1101 | 11011011 | 1000010 | 111110 |
Color Harmonies of #5E8ADE
Complementary color
Monochromatic Colors of #5E8ADE
Black with #5E8ADE
Text Example
Text Example
White with #5E8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8ADE; }
p { color: rgb(94,138,222); }
H1.HeaderClassName
{
color: #5E8ADE;
}
.AnyTagClassName
{
color: #5E8ADE;
}
</style>
background-color css
<style>
a { background-color: #5E8ADE; }
a { background-color: rgb(94,138,222); }
div.DivClassName
{
background-color: #5E8ADE;
}
.BgClassName
{
background-color: #5E8ADE;
}
</style>
border-color css
<style>
span { border-color: #5E8ADE; }
span { border-color: rgb(94,138,222); }
td.TdClassName
{
border-color: #5E8ADE;
}
.TagClassName
{
border-color: #5E8ADE;
}
</style>