Shades of Cornflower Blue #598DFF
Tints of Cornflower Blue #598DFF
RGB
CMYK
RGB Variations
Color information
#598DFF (or 0x598DFF) is known color: Cornflower Blue. HEX triplet: 59, 8D and FF. RGB value is (89,141,255). Sum of RGB (Red+Green+Blue) = 89+141+255=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #598DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598DFF is #A67200. Grayscale: #898989. Windows color (decimal): -10908161 or 16747865. OLE color: 16747865.
HSL color Cylindrical-coordinate representation of color #598DFF: hue angle of 221.2º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #598DFF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 141 | 255 | - |
| CMYK | 0.65 | 0.45 | 0 | 0 |
| HSL | 221.2º | 1% | 0.67% | - |
| HSV(B) | 221.2º | 0.65% | 1% | - |
| XYZ | 31.69 | 28.39 | 98.42 | - |
| YUV | 138.45 | 193.77 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 141 | 255 | 0.65 | 0.45 | 0 | 0 | 221.2 | 1 | 0.67 |
| Hex | 59 | 8D | FF | 41 | 2D | 0 | 0 | DD | 64 | 43 |
| Octal | 131 | 215 | 377 | 101 | 55 | 0 | 0 | 335 | 144 | 103 |
| Binary | 1011001 | 10001101 | 11111111 | 1000001 | 101101 | 0 | 0 | 11011101 | 1100100 | 1000011 |
Color Harmonies of #598DFF
Complementary color
Monochromatic Colors of #598DFF
Black with #598DFF
Text Example
Text Example
White with #598DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598DFF; }
p { color: rgb(89,141,255); }
H1.HeaderClassName
{
color: #598DFF;
}
.AnyTagClassName
{
color: #598DFF;
}
</style>
background-color css
<style>
a { background-color: #598DFF; }
a { background-color: rgb(89,141,255); }
div.DivClassName
{
background-color: #598DFF;
}
.BgClassName
{
background-color: #598DFF;
}
</style>
border-color css
<style>
span { border-color: #598DFF; }
span { border-color: rgb(89,141,255); }
td.TdClassName
{
border-color: #598DFF;
}
.TagClassName
{
border-color: #598DFF;
}
</style>