Shades of Cornflower Blue #5789DB
Tints of Cornflower Blue #5789DB
RGB
CMYK
RGB Variations
Color information
#5789DB (or 0x5789DB) is known color: Cornflower Blue. HEX triplet: 57, 89 and DB. RGB value is (87,137,219). Sum of RGB (Red+Green+Blue) = 87+137+219=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #5789DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5789DB is #A87624. Grayscale: #838383. Windows color (decimal): -11040293 or 14387543. OLE color: 14387543.
HSL color Cylindrical-coordinate representation of color #5789DB: hue angle of 217.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5789DB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 137 | 219 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.14 |
| HSL | 217.27º | 0.65% | 0.6% | - |
| HSV(B) | 217.27º | 0.6% | 0.86% | - |
| XYZ | 25.66 | 25.03 | 70.5 | - |
| YUV | 131.4 | 177.44 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 219 | 0.60 | 0.37 | 0 | 0.14 | 217.27 | 0.65 | 0.6 |
| Hex | 57 | 89 | DB | 3C | 25 | 0 | E | D9 | 41 | 3C |
| Octal | 127 | 211 | 333 | 74 | 45 | 0 | 16 | 331 | 101 | 74 |
| Binary | 1010111 | 10001001 | 11011011 | 111100 | 100101 | 0 | 1110 | 11011001 | 1000001 | 111100 |
Color Harmonies of #5789DB
Complementary color
Monochromatic Colors of #5789DB
Black with #5789DB
Text Example
Text Example
White with #5789DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5789DB; }
p { color: rgb(87,137,219); }
H1.HeaderClassName
{
color: #5789DB;
}
.AnyTagClassName
{
color: #5789DB;
}
</style>
background-color css
<style>
a { background-color: #5789DB; }
a { background-color: rgb(87,137,219); }
div.DivClassName
{
background-color: #5789DB;
}
.BgClassName
{
background-color: #5789DB;
}
</style>
border-color css
<style>
span { border-color: #5789DB; }
span { border-color: rgb(87,137,219); }
td.TdClassName
{
border-color: #5789DB;
}
.TagClassName
{
border-color: #5789DB;
}
</style>