Shades of Cornflower Blue #598BDC
Tints of Cornflower Blue #598BDC
RGB
CMYK
RGB Variations
Color information
#598BDC (or 0x598BDC) is known color: Cornflower Blue. HEX triplet: 59, 8B and DC. RGB value is (89,139,220). Sum of RGB (Red+Green+Blue) = 89+139+220=448 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.87% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #598BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BDC is #A67423. Grayscale: #848484. Windows color (decimal): -10908708 or 14453593. OLE color: 14453593.
HSL color Cylindrical-coordinate representation of color #598BDC: hue angle of 217.1º 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 #598BDC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 139 | 220 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.14 |
| HSL | 217.1º | 0.65% | 0.61% | - |
| HSV(B) | 217.1º | 0.6% | 0.86% | - |
| XYZ | 26.27 | 25.76 | 71.3 | - |
| YUV | 133.28 | 176.94 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 220 | 0.60 | 0.37 | 0 | 0.14 | 217.1 | 0.65 | 0.61 |
| Hex | 59 | 8B | DC | 3C | 25 | 0 | E | D9 | 41 | 3D |
| Octal | 131 | 213 | 334 | 74 | 45 | 0 | 16 | 331 | 101 | 75 |
| Binary | 1011001 | 10001011 | 11011100 | 111100 | 100101 | 0 | 1110 | 11011001 | 1000001 | 111101 |
Color Harmonies of #598BDC
Complementary color
Monochromatic Colors of #598BDC
Black with #598BDC
Text Example
Text Example
White with #598BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598BDC; }
p { color: rgb(89,139,220); }
H1.HeaderClassName
{
color: #598BDC;
}
.AnyTagClassName
{
color: #598BDC;
}
</style>
background-color css
<style>
a { background-color: #598BDC; }
a { background-color: rgb(89,139,220); }
div.DivClassName
{
background-color: #598BDC;
}
.BgClassName
{
background-color: #598BDC;
}
</style>
border-color css
<style>
span { border-color: #598BDC; }
span { border-color: rgb(89,139,220); }
td.TdClassName
{
border-color: #598BDC;
}
.TagClassName
{
border-color: #598BDC;
}
</style>