Shades of Cornflower Blue #598FDC
Tints of Cornflower Blue #598FDC
RGB
CMYK
RGB Variations
Color information
#598FDC (or 0x598FDC) is known color: Cornflower Blue. HEX triplet: 59, 8F and DC. RGB value is (89,143,220). Sum of RGB (Red+Green+Blue) = 89+143+220=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #598FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FDC is #A67023. Grayscale: #878787. Windows color (decimal): -10907684 or 14454617. OLE color: 14454617.
HSL color Cylindrical-coordinate representation of color #598FDC: hue angle of 215.27º 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 #598FDC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 143 | 220 | - |
| CMYK | 0.60 | 0.35 | 0 | 0.14 |
| HSL | 215.27º | 0.65% | 0.61% | - |
| HSV(B) | 215.27º | 0.6% | 0.86% | - |
| XYZ | 26.86 | 26.94 | 71.49 | - |
| YUV | 135.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 220 | 0.60 | 0.35 | 0 | 0.14 | 215.27 | 0.65 | 0.61 |
| Hex | 59 | 8F | DC | 3C | 23 | 0 | E | D7 | 41 | 3D |
| Octal | 131 | 217 | 334 | 74 | 43 | 0 | 16 | 327 | 101 | 75 |
| Binary | 1011001 | 10001111 | 11011100 | 111100 | 100011 | 0 | 1110 | 11010111 | 1000001 | 111101 |
Color Harmonies of #598FDC
Complementary color
Monochromatic Colors of #598FDC
Black with #598FDC
Text Example
Text Example
White with #598FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FDC; }
p { color: rgb(89,143,220); }
H1.HeaderClassName
{
color: #598FDC;
}
.AnyTagClassName
{
color: #598FDC;
}
</style>
background-color css
<style>
a { background-color: #598FDC; }
a { background-color: rgb(89,143,220); }
div.DivClassName
{
background-color: #598FDC;
}
.BgClassName
{
background-color: #598FDC;
}
</style>
border-color css
<style>
span { border-color: #598FDC; }
span { border-color: rgb(89,143,220); }
td.TdClassName
{
border-color: #598FDC;
}
.TagClassName
{
border-color: #598FDC;
}
</style>