Shades of Cornflower Blue #5E94DB
Tints of Cornflower Blue #5E94DB
RGB
CMYK
RGB Variations
Color information
#5E94DB (or 0x5E94DB) is known color: Cornflower Blue. HEX triplet: 5E, 94 and DB. RGB value is (94,148,219). Sum of RGB (Red+Green+Blue) = 94+148+219=461 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.39% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #5E94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E94DB is #A16B24. Grayscale: #8B8B8B. Windows color (decimal): -10578725 or 14390366. OLE color: 14390366.
HSL color Cylindrical-coordinate representation of color #5E94DB: hue angle of 214.08º 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 #5E94DB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 148 | 219 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.14 |
| HSL | 214.08º | 0.63% | 0.61% | - |
| HSV(B) | 214.08º | 0.57% | 0.86% | - |
| XYZ | 27.99 | 28.67 | 71.08 | - |
| YUV | 139.95 | 172.61 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 219 | 0.57 | 0.32 | 0 | 0.14 | 214.08 | 0.63 | 0.61 |
| Hex | 5E | 94 | DB | 39 | 20 | 0 | E | D6 | 3F | 3D |
| Octal | 136 | 224 | 333 | 71 | 40 | 0 | 16 | 326 | 77 | 75 |
| Binary | 1011110 | 10010100 | 11011011 | 111001 | 100000 | 0 | 1110 | 11010110 | 111111 | 111101 |
Color Harmonies of #5E94DB
Complementary color
Monochromatic Colors of #5E94DB
Black with #5E94DB
Text Example
Text Example
White with #5E94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E94DB; }
p { color: rgb(94,148,219); }
H1.HeaderClassName
{
color: #5E94DB;
}
.AnyTagClassName
{
color: #5E94DB;
}
</style>
background-color css
<style>
a { background-color: #5E94DB; }
a { background-color: rgb(94,148,219); }
div.DivClassName
{
background-color: #5E94DB;
}
.BgClassName
{
background-color: #5E94DB;
}
</style>
border-color css
<style>
span { border-color: #5E94DB; }
span { border-color: rgb(94,148,219); }
td.TdClassName
{
border-color: #5E94DB;
}
.TagClassName
{
border-color: #5E94DB;
}
</style>