Shades of Cornflower Blue #5988FE
Tints of Cornflower Blue #5988FE
RGB
CMYK
RGB Variations
Color information
#5988FE (or 0x5988FE) is known color: Cornflower Blue. HEX triplet: 59, 88 and FE. RGB value is (89,136,254). Sum of RGB (Red+Green+Blue) = 89+136+254=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #5988FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5988FE is #A67701. Grayscale: #868686. Windows color (decimal): -10909442 or 16681049. OLE color: 16681049.
HSL color Cylindrical-coordinate representation of color #5988FE: hue angle of 222.91º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5988FE is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 136 | 254 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.00 |
| HSL | 222.91º | 0.99% | 0.67% | - |
| HSV(B) | 222.91º | 0.65% | 1% | - |
| XYZ | 30.81 | 26.89 | 97.33 | - |
| YUV | 135.4 | 194.93 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 254 | 0.65 | 0.46 | 0 | 0.00 | 222.91 | 0.99 | 0.67 |
| Hex | 59 | 88 | FE | 41 | 2E | 0 | 0 | DF | 63 | 43 |
| Octal | 131 | 210 | 376 | 101 | 56 | 0 | 0 | 337 | 143 | 103 |
| Binary | 1011001 | 10001000 | 11111110 | 1000001 | 101110 | 0 | 0 | 11011111 | 1100011 | 1000011 |
Color Harmonies of #5988FE
Complementary color
Monochromatic Colors of #5988FE
Black with #5988FE
Text Example
Text Example
White with #5988FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5988FE; }
p { color: rgb(89,136,254); }
H1.HeaderClassName
{
color: #5988FE;
}
.AnyTagClassName
{
color: #5988FE;
}
</style>
background-color css
<style>
a { background-color: #5988FE; }
a { background-color: rgb(89,136,254); }
div.DivClassName
{
background-color: #5988FE;
}
.BgClassName
{
background-color: #5988FE;
}
</style>
border-color css
<style>
span { border-color: #5988FE; }
span { border-color: rgb(89,136,254); }
td.TdClassName
{
border-color: #5988FE;
}
.TagClassName
{
border-color: #5988FE;
}
</style>