Shades of Cornflower Blue #598CFC
Tints of Cornflower Blue #598CFC
RGB
CMYK
RGB Variations
Color information
#598CFC (or 0x598CFC) is known color: Cornflower Blue. HEX triplet: 59, 8C and FC. RGB value is (89,140,252). Sum of RGB (Red+Green+Blue) = 89+140+252=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #598CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598CFC is #A67303. Grayscale: #898989. Windows color (decimal): -10908420 or 16551001. OLE color: 16551001.
HSL color Cylindrical-coordinate representation of color #598CFC: hue angle of 221.23º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #598CFC is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 140 | 252 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.01 |
| HSL | 221.23º | 0.96% | 0.67% | - |
| HSV(B) | 221.23º | 0.65% | 0.99% | - |
| XYZ | 31.07 | 27.91 | 95.84 | - |
| YUV | 137.52 | 192.6 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 140 | 252 | 0.65 | 0.44 | 0 | 0.01 | 221.23 | 0.96 | 0.67 |
| Hex | 59 | 8C | FC | 41 | 2C | 0 | 1 | DD | 60 | 43 |
| Octal | 131 | 214 | 374 | 101 | 54 | 0 | 1 | 335 | 140 | 103 |
| Binary | 1011001 | 10001100 | 11111100 | 1000001 | 101100 | 0 | 1 | 11011101 | 1100000 | 1000011 |
Color Harmonies of #598CFC
Complementary color
Monochromatic Colors of #598CFC
Black with #598CFC
Text Example
Text Example
White with #598CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598CFC; }
p { color: rgb(89,140,252); }
H1.HeaderClassName
{
color: #598CFC;
}
.AnyTagClassName
{
color: #598CFC;
}
</style>
background-color css
<style>
a { background-color: #598CFC; }
a { background-color: rgb(89,140,252); }
div.DivClassName
{
background-color: #598CFC;
}
.BgClassName
{
background-color: #598CFC;
}
</style>
border-color css
<style>
span { border-color: #598CFC; }
span { border-color: rgb(89,140,252); }
td.TdClassName
{
border-color: #598CFC;
}
.TagClassName
{
border-color: #598CFC;
}
</style>