Shades of Cornflower Blue #598EF1
Tints of Cornflower Blue #598EF1
RGB
CMYK
RGB Variations
Color information
#598EF1 (or 0x598EF1) is known color: Cornflower Blue. HEX triplet: 59, 8E and F1. RGB value is (89,142,241). Sum of RGB (Red+Green+Blue) = 89+142+241=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #598EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598EF1 is #A6710E. Grayscale: #888888. Windows color (decimal): -10907919 or 15830617. OLE color: 15830617.
HSL color Cylindrical-coordinate representation of color #598EF1: hue angle of 219.08º degrees, saturation: 0.84, 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 #598EF1 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 142 | 241 | - |
| CMYK | 0.63 | 0.41 | 0 | 0.05 |
| HSL | 219.08º | 0.84% | 0.65% | - |
| HSV(B) | 219.08º | 0.63% | 0.95% | - |
| XYZ | 29.67 | 27.82 | 87.03 | - |
| YUV | 137.44 | 186.44 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 241 | 0.63 | 0.41 | 0 | 0.05 | 219.08 | 0.84 | 0.65 |
| Hex | 59 | 8E | F1 | 3F | 29 | 0 | 5 | DB | 54 | 41 |
| Octal | 131 | 216 | 361 | 77 | 51 | 0 | 5 | 333 | 124 | 101 |
| Binary | 1011001 | 10001110 | 11110001 | 111111 | 101001 | 0 | 101 | 11011011 | 1010100 | 1000001 |
Color Harmonies of #598EF1
Complementary color
Monochromatic Colors of #598EF1
Black with #598EF1
Text Example
Text Example
White with #598EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598EF1; }
p { color: rgb(89,142,241); }
H1.HeaderClassName
{
color: #598EF1;
}
.AnyTagClassName
{
color: #598EF1;
}
</style>
background-color css
<style>
a { background-color: #598EF1; }
a { background-color: rgb(89,142,241); }
div.DivClassName
{
background-color: #598EF1;
}
.BgClassName
{
background-color: #598EF1;
}
</style>
border-color css
<style>
span { border-color: #598EF1; }
span { border-color: rgb(89,142,241); }
td.TdClassName
{
border-color: #598EF1;
}
.TagClassName
{
border-color: #598EF1;
}
</style>