Shades of Cornflower Blue #598AFF
Tints of Cornflower Blue #598AFF
RGB
CMYK
RGB Variations
Color information
#598AFF (or 0x598AFF) is known color: Cornflower Blue. HEX triplet: 59, 8A and FF. RGB value is (89,138,255). Sum of RGB (Red+Green+Blue) = 89+138+255=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #598AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598AFF is #A67500. Grayscale: #888888. Windows color (decimal): -10908929 or 16747097. OLE color: 16747097.
HSL color Cylindrical-coordinate representation of color #598AFF: hue angle of 222.29º 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 #598AFF is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 138 | 255 | - |
| CMYK | 0.65 | 0.46 | 0 | 0 |
| HSL | 222.29º | 1% | 0.67% | - |
| HSV(B) | 222.29º | 0.65% | 1% | - |
| XYZ | 31.26 | 27.52 | 98.27 | - |
| YUV | 136.69 | 194.77 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 255 | 0.65 | 0.46 | 0 | 0 | 222.29 | 1 | 0.67 |
| Hex | 59 | 8A | FF | 41 | 2E | 0 | 0 | DE | 64 | 43 |
| Octal | 131 | 212 | 377 | 101 | 56 | 0 | 0 | 336 | 144 | 103 |
| Binary | 1011001 | 10001010 | 11111111 | 1000001 | 101110 | 0 | 0 | 11011110 | 1100100 | 1000011 |
Color Harmonies of #598AFF
Complementary color
Monochromatic Colors of #598AFF
Black with #598AFF
Text Example
Text Example
White with #598AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598AFF; }
p { color: rgb(89,138,255); }
H1.HeaderClassName
{
color: #598AFF;
}
.AnyTagClassName
{
color: #598AFF;
}
</style>
background-color css
<style>
a { background-color: #598AFF; }
a { background-color: rgb(89,138,255); }
div.DivClassName
{
background-color: #598AFF;
}
.BgClassName
{
background-color: #598AFF;
}
</style>
border-color css
<style>
span { border-color: #598AFF; }
span { border-color: rgb(89,138,255); }
td.TdClassName
{
border-color: #598AFF;
}
.TagClassName
{
border-color: #598AFF;
}
</style>