Shades of Cornflower Blue #598FF2
Tints of Cornflower Blue #598FF2
RGB
CMYK
RGB Variations
Color information
#598FF2 (or 0x598FF2) is known color: Cornflower Blue. HEX triplet: 59, 8F and F2. RGB value is (89,143,242). Sum of RGB (Red+Green+Blue) = 89+143+242=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 242 (94.92% from 255 or 51.05% from 474); Max value from RGB is 242 - color contains mainly: blue. Hex color #598FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598FF2 is #A6700D. Grayscale: #898989. Windows color (decimal): -10907662 or 15896409. OLE color: 15896409.
HSL color Cylindrical-coordinate representation of color #598FF2: hue angle of 218.82º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #598FF2 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 143 | 242 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.05 |
| HSL | 218.82º | 0.85% | 0.65% | - |
| HSV(B) | 218.82º | 0.63% | 0.95% | - |
| XYZ | 29.97 | 28.18 | 87.86 | - |
| YUV | 138.14 | 186.61 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 242 | 0.63 | 0.41 | 0 | 0.05 | 218.82 | 0.85 | 0.65 |
| Hex | 59 | 8F | F2 | 3F | 29 | 0 | 5 | DB | 55 | 41 |
| Octal | 131 | 217 | 362 | 77 | 51 | 0 | 5 | 333 | 125 | 101 |
| Binary | 1011001 | 10001111 | 11110010 | 111111 | 101001 | 0 | 101 | 11011011 | 1010101 | 1000001 |
Color Harmonies of #598FF2
Complementary color
Monochromatic Colors of #598FF2
Black with #598FF2
Text Example
Text Example
White with #598FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FF2; }
p { color: rgb(89,143,242); }
H1.HeaderClassName
{
color: #598FF2;
}
.AnyTagClassName
{
color: #598FF2;
}
</style>
background-color css
<style>
a { background-color: #598FF2; }
a { background-color: rgb(89,143,242); }
div.DivClassName
{
background-color: #598FF2;
}
.BgClassName
{
background-color: #598FF2;
}
</style>
border-color css
<style>
span { border-color: #598FF2; }
span { border-color: rgb(89,143,242); }
td.TdClassName
{
border-color: #598FF2;
}
.TagClassName
{
border-color: #598FF2;
}
</style>