Shades of Cornflower Blue #5689DB
Tints of Cornflower Blue #5689DB
RGB
CMYK
RGB Variations
Color information
#5689DB (or 0x5689DB) is known color: Cornflower Blue. HEX triplet: 56, 89 and DB. RGB value is (86,137,219). Sum of RGB (Red+Green+Blue) = 86+137+219=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #5689DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5689DB is #A97624. Grayscale: #828282. Windows color (decimal): -11105829 or 14387542. OLE color: 14387542.
HSL color Cylindrical-coordinate representation of color #5689DB: hue angle of 216.99º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5689DB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 137 | 219 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.14 |
| HSL | 216.99º | 0.65% | 0.6% | - |
| HSV(B) | 216.99º | 0.61% | 0.86% | - |
| XYZ | 25.57 | 24.98 | 70.49 | - |
| YUV | 131.1 | 177.6 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 219 | 0.61 | 0.37 | 0 | 0.14 | 216.99 | 0.65 | 0.6 |
| Hex | 56 | 89 | DB | 3D | 25 | 0 | E | D9 | 41 | 3C |
| Octal | 126 | 211 | 333 | 75 | 45 | 0 | 16 | 331 | 101 | 74 |
| Binary | 1010110 | 10001001 | 11011011 | 111101 | 100101 | 0 | 1110 | 11011001 | 1000001 | 111100 |
Color Harmonies of #5689DB
Complementary color
Monochromatic Colors of #5689DB
Black with #5689DB
Text Example
Text Example
White with #5689DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5689DB; }
p { color: rgb(86,137,219); }
H1.HeaderClassName
{
color: #5689DB;
}
.AnyTagClassName
{
color: #5689DB;
}
</style>
background-color css
<style>
a { background-color: #5689DB; }
a { background-color: rgb(86,137,219); }
div.DivClassName
{
background-color: #5689DB;
}
.BgClassName
{
background-color: #5689DB;
}
</style>
border-color css
<style>
span { border-color: #5689DB; }
span { border-color: rgb(86,137,219); }
td.TdClassName
{
border-color: #5689DB;
}
.TagClassName
{
border-color: #5689DB;
}
</style>