Shades of Cornflower Blue #5E8DE0
Tints of Cornflower Blue #5E8DE0
RGB
CMYK
RGB Variations
Color information
#5E8DE0 (or 0x5E8DE0) is known color: Cornflower Blue. HEX triplet: 5E, 8D and E0. RGB value is (94,141,224). Sum of RGB (Red+Green+Blue) = 94+141+224=459 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.48% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #5E8DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8DE0 is #A1721F. Grayscale: #888888. Windows color (decimal): -10580512 or 14716254. OLE color: 14716254.
HSL color Cylindrical-coordinate representation of color #5E8DE0: hue angle of 218.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E8DE0 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 141 | 224 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.12 |
| HSL | 218.31º | 0.68% | 0.62% | - |
| HSV(B) | 218.31º | 0.58% | 0.88% | - |
| XYZ | 27.6 | 26.81 | 74.24 | - |
| YUV | 136.41 | 177.43 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 141 | 224 | 0.58 | 0.37 | 0 | 0.12 | 218.31 | 0.68 | 0.62 |
| Hex | 5E | 8D | E0 | 3A | 25 | 0 | C | DA | 44 | 3E |
| Octal | 136 | 215 | 340 | 72 | 45 | 0 | 14 | 332 | 104 | 76 |
| Binary | 1011110 | 10001101 | 11100000 | 111010 | 100101 | 0 | 1100 | 11011010 | 1000100 | 111110 |
Color Harmonies of #5E8DE0
Complementary color
Monochromatic Colors of #5E8DE0
Black with #5E8DE0
Text Example
Text Example
White with #5E8DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8DE0; }
p { color: rgb(94,141,224); }
H1.HeaderClassName
{
color: #5E8DE0;
}
.AnyTagClassName
{
color: #5E8DE0;
}
</style>
background-color css
<style>
a { background-color: #5E8DE0; }
a { background-color: rgb(94,141,224); }
div.DivClassName
{
background-color: #5E8DE0;
}
.BgClassName
{
background-color: #5E8DE0;
}
</style>
border-color css
<style>
span { border-color: #5E8DE0; }
span { border-color: rgb(94,141,224); }
td.TdClassName
{
border-color: #5E8DE0;
}
.TagClassName
{
border-color: #5E8DE0;
}
</style>