Shades of Cornflower Blue #5983DC
Tints of Cornflower Blue #5983DC
RGB
CMYK
RGB Variations
Color information
#5983DC (or 0x5983DC) is known color: Cornflower Blue. HEX triplet: 59, 83 and DC. RGB value is (89,131,220). Sum of RGB (Red+Green+Blue) = 89+131+220=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #5983DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5983DC is #A67C23. Grayscale: #808080. Windows color (decimal): -10910756 or 14451545. OLE color: 14451545.
HSL color Cylindrical-coordinate representation of color #5983DC: hue angle of 220.76º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5983DC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 131 | 220 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.14 |
| HSL | 220.76º | 0.65% | 0.61% | - |
| HSV(B) | 220.76º | 0.6% | 0.86% | - |
| XYZ | 25.15 | 23.52 | 70.92 | - |
| YUV | 128.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 131 | 220 | 0.60 | 0.40 | 0 | 0.14 | 220.76 | 0.65 | 0.61 |
| Hex | 59 | 83 | DC | 3C | 28 | 0 | E | DD | 41 | 3D |
| Octal | 131 | 203 | 334 | 74 | 50 | 0 | 16 | 335 | 101 | 75 |
| Binary | 1011001 | 10000011 | 11011100 | 111100 | 101000 | 0 | 1110 | 11011101 | 1000001 | 111101 |
Color Harmonies of #5983DC
Complementary color
Monochromatic Colors of #5983DC
Black with #5983DC
Text Example
Text Example
White with #5983DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5983DC; }
p { color: rgb(89,131,220); }
H1.HeaderClassName
{
color: #5983DC;
}
.AnyTagClassName
{
color: #5983DC;
}
</style>
background-color css
<style>
a { background-color: #5983DC; }
a { background-color: rgb(89,131,220); }
div.DivClassName
{
background-color: #5983DC;
}
.BgClassName
{
background-color: #5983DC;
}
</style>
border-color css
<style>
span { border-color: #5983DC; }
span { border-color: rgb(89,131,220); }
td.TdClassName
{
border-color: #5983DC;
}
.TagClassName
{
border-color: #5983DC;
}
</style>