Shades of Cornflower Blue #5988FF
Tints of Cornflower Blue #5988FF
RGB
CMYK
RGB Variations
Color information
#5988FF (or 0x5988FF) is known color: Cornflower Blue. HEX triplet: 59, 88 and FF. RGB value is (89,136,255). Sum of RGB (Red+Green+Blue) = 89+136+255=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #5988FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5988FF is #A67700. Grayscale: #868686. Windows color (decimal): -10909441 or 16746585. OLE color: 16746585.
HSL color Cylindrical-coordinate representation of color #5988FF: hue angle of 223.01º 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 #5988FF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 136 | 255 | - |
| CMYK | 0.65 | 0.47 | 0 | 0 |
| HSL | 223.01º | 1% | 0.67% | - |
| HSV(B) | 223.01º | 0.65% | 1% | - |
| XYZ | 30.97 | 26.95 | 98.18 | - |
| YUV | 135.51 | 195.43 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 136 | 255 | 0.65 | 0.47 | 0 | 0 | 223.01 | 1 | 0.67 |
| Hex | 59 | 88 | FF | 41 | 2F | 0 | 0 | DF | 64 | 43 |
| Octal | 131 | 210 | 377 | 101 | 57 | 0 | 0 | 337 | 144 | 103 |
| Binary | 1011001 | 10001000 | 11111111 | 1000001 | 101111 | 0 | 0 | 11011111 | 1100100 | 1000011 |
Color Harmonies of #5988FF
Complementary color
Monochromatic Colors of #5988FF
Black with #5988FF
Text Example
Text Example
White with #5988FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5988FF; }
p { color: rgb(89,136,255); }
H1.HeaderClassName
{
color: #5988FF;
}
.AnyTagClassName
{
color: #5988FF;
}
</style>
background-color css
<style>
a { background-color: #5988FF; }
a { background-color: rgb(89,136,255); }
div.DivClassName
{
background-color: #5988FF;
}
.BgClassName
{
background-color: #5988FF;
}
</style>
border-color css
<style>
span { border-color: #5988FF; }
span { border-color: rgb(89,136,255); }
td.TdClassName
{
border-color: #5988FF;
}
.TagClassName
{
border-color: #5988FF;
}
</style>