Shades of Cornflower Blue #5E8CDB
Tints of Cornflower Blue #5E8CDB
RGB
CMYK
RGB Variations
Color information
#5E8CDB (or 0x5E8CDB) is known color: Cornflower Blue. HEX triplet: 5E, 8C and DB. RGB value is (94,140,219). Sum of RGB (Red+Green+Blue) = 94+140+219=453 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.75% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E8CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8CDB is #A17324. Grayscale: #868686. Windows color (decimal): -10580773 or 14388318. OLE color: 14388318.
HSL color Cylindrical-coordinate representation of color #5E8CDB: hue angle of 217.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E8CDB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 140 | 219 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.14 |
| HSL | 217.92º | 0.63% | 0.61% | - |
| HSV(B) | 217.92º | 0.57% | 0.86% | - |
| XYZ | 26.78 | 26.25 | 70.67 | - |
| YUV | 135.25 | 175.26 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 140 | 219 | 0.57 | 0.36 | 0 | 0.14 | 217.92 | 0.63 | 0.61 |
| Hex | 5E | 8C | DB | 39 | 24 | 0 | E | DA | 3F | 3D |
| Octal | 136 | 214 | 333 | 71 | 44 | 0 | 16 | 332 | 77 | 75 |
| Binary | 1011110 | 10001100 | 11011011 | 111001 | 100100 | 0 | 1110 | 11011010 | 111111 | 111101 |
Color Harmonies of #5E8CDB
Complementary color
Monochromatic Colors of #5E8CDB
Black with #5E8CDB
Text Example
Text Example
White with #5E8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8CDB; }
p { color: rgb(94,140,219); }
H1.HeaderClassName
{
color: #5E8CDB;
}
.AnyTagClassName
{
color: #5E8CDB;
}
</style>
background-color css
<style>
a { background-color: #5E8CDB; }
a { background-color: rgb(94,140,219); }
div.DivClassName
{
background-color: #5E8CDB;
}
.BgClassName
{
background-color: #5E8CDB;
}
</style>
border-color css
<style>
span { border-color: #5E8CDB; }
span { border-color: rgb(94,140,219); }
td.TdClassName
{
border-color: #5E8CDB;
}
.TagClassName
{
border-color: #5E8CDB;
}
</style>