Shades of Cornflower Blue #598EDC
Tints of Cornflower Blue #598EDC
RGB
CMYK
RGB Variations
Color information
#598EDC (or 0x598EDC) is known color: Cornflower Blue. HEX triplet: 59, 8E and DC. RGB value is (89,142,220). Sum of RGB (Red+Green+Blue) = 89+142+220=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #598EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598EDC is #A67123. Grayscale: #868686. Windows color (decimal): -10907940 or 14454361. OLE color: 14454361.
HSL color Cylindrical-coordinate representation of color #598EDC: hue angle of 215.73º 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 #598EDC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 142 | 220 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.14 |
| HSL | 215.73º | 0.65% | 0.61% | - |
| HSV(B) | 215.73º | 0.6% | 0.86% | - |
| XYZ | 26.71 | 26.64 | 71.44 | - |
| YUV | 135.05 | 175.94 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 220 | 0.60 | 0.35 | 0 | 0.14 | 215.73 | 0.65 | 0.61 |
| Hex | 59 | 8E | DC | 3C | 23 | 0 | E | D8 | 41 | 3D |
| Octal | 131 | 216 | 334 | 74 | 43 | 0 | 16 | 330 | 101 | 75 |
| Binary | 1011001 | 10001110 | 11011100 | 111100 | 100011 | 0 | 1110 | 11011000 | 1000001 | 111101 |
Color Harmonies of #598EDC
Complementary color
Monochromatic Colors of #598EDC
Black with #598EDC
Text Example
Text Example
White with #598EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598EDC; }
p { color: rgb(89,142,220); }
H1.HeaderClassName
{
color: #598EDC;
}
.AnyTagClassName
{
color: #598EDC;
}
</style>
background-color css
<style>
a { background-color: #598EDC; }
a { background-color: rgb(89,142,220); }
div.DivClassName
{
background-color: #598EDC;
}
.BgClassName
{
background-color: #598EDC;
}
</style>
border-color css
<style>
span { border-color: #598EDC; }
span { border-color: rgb(89,142,220); }
td.TdClassName
{
border-color: #598EDC;
}
.TagClassName
{
border-color: #598EDC;
}
</style>