Shades of Cornflower Blue #5E85DB
Tints of Cornflower Blue #5E85DB
RGB
CMYK
RGB Variations
Color information
#5E85DB (or 0x5E85DB) is known color: Cornflower Blue. HEX triplet: 5E, 85 and DB. RGB value is (94,133,219). Sum of RGB (Red+Green+Blue) = 94+133+219=446 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.08% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E85DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E85DB is #A17A24. Grayscale: #828282. Windows color (decimal): -10582565 or 14386526. OLE color: 14386526.
HSL color Cylindrical-coordinate representation of color #5E85DB: hue angle of 221.28º 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 #5E85DB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 133 | 219 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.14 |
| HSL | 221.28º | 0.63% | 0.61% | - |
| HSV(B) | 221.28º | 0.57% | 0.86% | - |
| XYZ | 25.79 | 24.27 | 70.34 | - |
| YUV | 131.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 219 | 0.57 | 0.39 | 0 | 0.14 | 221.28 | 0.63 | 0.61 |
| Hex | 5E | 85 | DB | 39 | 27 | 0 | E | DD | 3F | 3D |
| Octal | 136 | 205 | 333 | 71 | 47 | 0 | 16 | 335 | 77 | 75 |
| Binary | 1011110 | 10000101 | 11011011 | 111001 | 100111 | 0 | 1110 | 11011101 | 111111 | 111101 |
Color Harmonies of #5E85DB
Complementary color
Monochromatic Colors of #5E85DB
Black with #5E85DB
Text Example
Text Example
White with #5E85DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E85DB; }
p { color: rgb(94,133,219); }
H1.HeaderClassName
{
color: #5E85DB;
}
.AnyTagClassName
{
color: #5E85DB;
}
</style>
background-color css
<style>
a { background-color: #5E85DB; }
a { background-color: rgb(94,133,219); }
div.DivClassName
{
background-color: #5E85DB;
}
.BgClassName
{
background-color: #5E85DB;
}
</style>
border-color css
<style>
span { border-color: #5E85DB; }
span { border-color: rgb(94,133,219); }
td.TdClassName
{
border-color: #5E85DB;
}
.TagClassName
{
border-color: #5E85DB;
}
</style>