Shades of Cornflower Blue #5987FC
Tints of Cornflower Blue #5987FC
RGB
CMYK
RGB Variations
Color information
#5987FC (or 0x5987FC) is known color: Cornflower Blue. HEX triplet: 59, 87 and FC. RGB value is (89,135,252). Sum of RGB (Red+Green+Blue) = 89+135+252=476 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.70% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #5987FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5987FC is #A67803. Grayscale: #868686. Windows color (decimal): -10909700 or 16549721. OLE color: 16549721.
HSL color Cylindrical-coordinate representation of color #5987FC: hue angle of 223.07º 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 #5987FC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 135 | 252 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.01 |
| HSL | 223.07º | 0.96% | 0.67% | - |
| HSV(B) | 223.07º | 0.65% | 0.99% | - |
| XYZ | 30.35 | 26.48 | 95.61 | - |
| YUV | 134.58 | 194.26 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 135 | 252 | 0.65 | 0.46 | 0 | 0.01 | 223.07 | 0.96 | 0.67 |
| Hex | 59 | 87 | FC | 41 | 2E | 0 | 1 | DF | 60 | 43 |
| Octal | 131 | 207 | 374 | 101 | 56 | 0 | 1 | 337 | 140 | 103 |
| Binary | 1011001 | 10000111 | 11111100 | 1000001 | 101110 | 0 | 1 | 11011111 | 1100000 | 1000011 |
Color Harmonies of #5987FC
Complementary color
Monochromatic Colors of #5987FC
Black with #5987FC
Text Example
Text Example
White with #5987FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5987FC; }
p { color: rgb(89,135,252); }
H1.HeaderClassName
{
color: #5987FC;
}
.AnyTagClassName
{
color: #5987FC;
}
</style>
background-color css
<style>
a { background-color: #5987FC; }
a { background-color: rgb(89,135,252); }
div.DivClassName
{
background-color: #5987FC;
}
.BgClassName
{
background-color: #5987FC;
}
</style>
border-color css
<style>
span { border-color: #5987FC; }
span { border-color: rgb(89,135,252); }
td.TdClassName
{
border-color: #5987FC;
}
.TagClassName
{
border-color: #5987FC;
}
</style>