Shades of Cornflower Blue #5990FC
Tints of Cornflower Blue #5990FC
RGB
CMYK
RGB Variations
Color information
#5990FC (or 0x5990FC) is known color: Cornflower Blue. HEX triplet: 59, 90 and FC. RGB value is (89,144,252). Sum of RGB (Red+Green+Blue) = 89+144+252=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #5990FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5990FC is #A66F03. Grayscale: #8B8B8B. Windows color (decimal): -10907396 or 16552025. OLE color: 16552025.
HSL color Cylindrical-coordinate representation of color #5990FC: hue angle of 219.75º 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 #5990FC is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 144 | 252 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.01 |
| HSL | 219.75º | 0.96% | 0.67% | - |
| HSV(B) | 219.75º | 0.65% | 0.99% | - |
| XYZ | 31.66 | 29.1 | 96.04 | - |
| YUV | 139.87 | 191.28 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 252 | 0.65 | 0.43 | 0 | 0.01 | 219.75 | 0.96 | 0.67 |
| Hex | 59 | 90 | FC | 41 | 2B | 0 | 1 | DC | 60 | 43 |
| Octal | 131 | 220 | 374 | 101 | 53 | 0 | 1 | 334 | 140 | 103 |
| Binary | 1011001 | 10010000 | 11111100 | 1000001 | 101011 | 0 | 1 | 11011100 | 1100000 | 1000011 |
Color Harmonies of #5990FC
Complementary color
Monochromatic Colors of #5990FC
Black with #5990FC
Text Example
Text Example
White with #5990FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5990FC; }
p { color: rgb(89,144,252); }
H1.HeaderClassName
{
color: #5990FC;
}
.AnyTagClassName
{
color: #5990FC;
}
</style>
background-color css
<style>
a { background-color: #5990FC; }
a { background-color: rgb(89,144,252); }
div.DivClassName
{
background-color: #5990FC;
}
.BgClassName
{
background-color: #5990FC;
}
</style>
border-color css
<style>
span { border-color: #5990FC; }
span { border-color: rgb(89,144,252); }
td.TdClassName
{
border-color: #5990FC;
}
.TagClassName
{
border-color: #5990FC;
}
</style>