Shades of Cornflower Blue #598CFF
Tints of Cornflower Blue #598CFF
RGB
CMYK
RGB Variations
Color information
#598CFF (or 0x598CFF) is known color: Cornflower Blue. HEX triplet: 59, 8C and FF. RGB value is (89,140,255). Sum of RGB (Red+Green+Blue) = 89+140+255=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #598CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598CFF is #A67300. Grayscale: #898989. Windows color (decimal): -10908417 or 16747609. OLE color: 16747609.
HSL color Cylindrical-coordinate representation of color #598CFF: hue angle of 221.57º 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 #598CFF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 140 | 255 | - |
| CMYK | 0.65 | 0.45 | 0 | 0 |
| HSL | 221.57º | 1% | 0.67% | - |
| HSV(B) | 221.57º | 0.65% | 1% | - |
| XYZ | 31.55 | 28.1 | 98.37 | - |
| YUV | 137.86 | 194.1 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 255 | 0.65 | 0.45 | 0 | 0 | 221.57 | 1 | 0.67 |
| Hex | 59 | 8C | FF | 41 | 2D | 0 | 0 | DE | 64 | 43 |
| Octal | 131 | 214 | 377 | 101 | 55 | 0 | 0 | 336 | 144 | 103 |
| Binary | 1011001 | 10001100 | 11111111 | 1000001 | 101101 | 0 | 0 | 11011110 | 1100100 | 1000011 |
Color Harmonies of #598CFF
Complementary color
Monochromatic Colors of #598CFF
Black with #598CFF
Text Example
Text Example
White with #598CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598CFF; }
p { color: rgb(89,140,255); }
H1.HeaderClassName
{
color: #598CFF;
}
.AnyTagClassName
{
color: #598CFF;
}
</style>
background-color css
<style>
a { background-color: #598CFF; }
a { background-color: rgb(89,140,255); }
div.DivClassName
{
background-color: #598CFF;
}
.BgClassName
{
background-color: #598CFF;
}
</style>
border-color css
<style>
span { border-color: #598CFF; }
span { border-color: rgb(89,140,255); }
td.TdClassName
{
border-color: #598CFF;
}
.TagClassName
{
border-color: #598CFF;
}
</style>