Shades of Cornflower Blue #5988FC
Tints of Cornflower Blue #5988FC
RGB
CMYK
RGB Variations
Color information
#5988FC (or 0x5988FC) is known color: Cornflower Blue. HEX triplet: 59, 88 and FC. RGB value is (89,136,252). Sum of RGB (Red+Green+Blue) = 89+136+252=477 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.66% from 477); Green value is 136 (53.52% from 255 or 28.51% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #5988FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5988FC is #A67703. Grayscale: #868686. Windows color (decimal): -10909444 or 16549977. OLE color: 16549977.
HSL color Cylindrical-coordinate representation of color #5988FC: hue angle of 222.7º 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 #5988FC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 136 | 252 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.01 |
| HSL | 222.7º | 0.96% | 0.67% | - |
| HSV(B) | 222.7º | 0.65% | 0.99% | - |
| XYZ | 30.49 | 26.76 | 95.65 | - |
| YUV | 135.17 | 193.93 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 252 | 0.65 | 0.46 | 0 | 0.01 | 222.7 | 0.96 | 0.67 |
| Hex | 59 | 88 | FC | 41 | 2E | 0 | 1 | DF | 60 | 43 |
| Octal | 131 | 210 | 374 | 101 | 56 | 0 | 1 | 337 | 140 | 103 |
| Binary | 1011001 | 10001000 | 11111100 | 1000001 | 101110 | 0 | 1 | 11011111 | 1100000 | 1000011 |
Color Harmonies of #5988FC
Complementary color
Monochromatic Colors of #5988FC
Black with #5988FC
Text Example
Text Example
White with #5988FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5988FC; }
p { color: rgb(89,136,252); }
H1.HeaderClassName
{
color: #5988FC;
}
.AnyTagClassName
{
color: #5988FC;
}
</style>
background-color css
<style>
a { background-color: #5988FC; }
a { background-color: rgb(89,136,252); }
div.DivClassName
{
background-color: #5988FC;
}
.BgClassName
{
background-color: #5988FC;
}
</style>
border-color css
<style>
span { border-color: #5988FC; }
span { border-color: rgb(89,136,252); }
td.TdClassName
{
border-color: #5988FC;
}
.TagClassName
{
border-color: #5988FC;
}
</style>