Shades of Cornflower Blue #598FFC
Tints of Cornflower Blue #598FFC
RGB
CMYK
RGB Variations
Color information
#598FFC (or 0x598FFC) is known color: Cornflower Blue. HEX triplet: 59, 8F and FC. RGB value is (89,143,252). Sum of RGB (Red+Green+Blue) = 89+143+252=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #598FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #598FFC is #A67003. Grayscale: #8A8A8A. Windows color (decimal): -10907652 or 16551769. OLE color: 16551769.
HSL color Cylindrical-coordinate representation of color #598FFC: hue angle of 220.12º 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 #598FFC is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 143 | 252 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.01 |
| HSL | 220.12º | 0.96% | 0.67% | - |
| HSV(B) | 220.12º | 0.65% | 0.99% | - |
| XYZ | 31.51 | 28.8 | 95.99 | - |
| YUV | 139.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 252 | 0.65 | 0.43 | 0 | 0.01 | 220.12 | 0.96 | 0.67 |
| Hex | 59 | 8F | FC | 41 | 2B | 0 | 1 | DC | 60 | 43 |
| Octal | 131 | 217 | 374 | 101 | 53 | 0 | 1 | 334 | 140 | 103 |
| Binary | 1011001 | 10001111 | 11111100 | 1000001 | 101011 | 0 | 1 | 11011100 | 1100000 | 1000011 |
Color Harmonies of #598FFC
Complementary color
Monochromatic Colors of #598FFC
Black with #598FFC
Text Example
Text Example
White with #598FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FFC; }
p { color: rgb(89,143,252); }
H1.HeaderClassName
{
color: #598FFC;
}
.AnyTagClassName
{
color: #598FFC;
}
</style>
background-color css
<style>
a { background-color: #598FFC; }
a { background-color: rgb(89,143,252); }
div.DivClassName
{
background-color: #598FFC;
}
.BgClassName
{
background-color: #598FFC;
}
</style>
border-color css
<style>
span { border-color: #598FFC; }
span { border-color: rgb(89,143,252); }
td.TdClassName
{
border-color: #598FFC;
}
.TagClassName
{
border-color: #598FFC;
}
</style>