Shades of Cornflower Blue #598ADC
Tints of Cornflower Blue #598ADC
RGB
CMYK
RGB Variations
Color information
#598ADC (or 0x598ADC) is known color: Cornflower Blue. HEX triplet: 59, 8A and DC. RGB value is (89,138,220). Sum of RGB (Red+Green+Blue) = 89+138+220=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #598ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ADC is #A67523. Grayscale: #848484. Windows color (decimal): -10908964 or 14453337. OLE color: 14453337.
HSL color Cylindrical-coordinate representation of color #598ADC: hue angle of 217.56º 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 #598ADC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 138 | 220 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.14 |
| HSL | 217.56º | 0.65% | 0.61% | - |
| HSV(B) | 217.56º | 0.6% | 0.86% | - |
| XYZ | 26.13 | 25.47 | 71.25 | - |
| YUV | 132.7 | 177.27 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 220 | 0.60 | 0.37 | 0 | 0.14 | 217.56 | 0.65 | 0.61 |
| Hex | 59 | 8A | DC | 3C | 25 | 0 | E | DA | 41 | 3D |
| Octal | 131 | 212 | 334 | 74 | 45 | 0 | 16 | 332 | 101 | 75 |
| Binary | 1011001 | 10001010 | 11011100 | 111100 | 100101 | 0 | 1110 | 11011010 | 1000001 | 111101 |
Color Harmonies of #598ADC
Complementary color
Monochromatic Colors of #598ADC
Black with #598ADC
Text Example
Text Example
White with #598ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598ADC; }
p { color: rgb(89,138,220); }
H1.HeaderClassName
{
color: #598ADC;
}
.AnyTagClassName
{
color: #598ADC;
}
</style>
background-color css
<style>
a { background-color: #598ADC; }
a { background-color: rgb(89,138,220); }
div.DivClassName
{
background-color: #598ADC;
}
.BgClassName
{
background-color: #598ADC;
}
</style>
border-color css
<style>
span { border-color: #598ADC; }
span { border-color: rgb(89,138,220); }
td.TdClassName
{
border-color: #598ADC;
}
.TagClassName
{
border-color: #598ADC;
}
</style>