Shades of Cornflower Blue #5997FA
Tints of Cornflower Blue #5997FA
RGB
CMYK
RGB Variations
Color information
#5997FA (or 0x5997FA) is known color: Cornflower Blue. HEX triplet: 59, 97 and FA. RGB value is (89,151,250). Sum of RGB (Red+Green+Blue) = 89+151+250=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #5997FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5997FA is #A66805. Grayscale: #8F8F8F. Windows color (decimal): -10905606 or 16422745. OLE color: 16422745.
HSL color Cylindrical-coordinate representation of color #5997FA: hue angle of 216.89º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5997FA is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 151 | 250 | - |
| CMYK | 0.64 | 0.40 | 0 | 0.02 |
| HSL | 216.89º | 0.94% | 0.66% | - |
| HSV(B) | 216.89º | 0.64% | 0.98% | - |
| XYZ | 32.44 | 31.16 | 94.75 | - |
| YUV | 143.75 | 187.96 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 250 | 0.64 | 0.40 | 0 | 0.02 | 216.89 | 0.94 | 0.66 |
| Hex | 59 | 97 | FA | 40 | 28 | 0 | 2 | D9 | 5E | 42 |
| Octal | 131 | 227 | 372 | 100 | 50 | 0 | 2 | 331 | 136 | 102 |
| Binary | 1011001 | 10010111 | 11111010 | 1000000 | 101000 | 0 | 10 | 11011001 | 1011110 | 1000010 |
Color Harmonies of #5997FA
Complementary color
Monochromatic Colors of #5997FA
Black with #5997FA
Text Example
Text Example
White with #5997FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5997FA; }
p { color: rgb(89,151,250); }
H1.HeaderClassName
{
color: #5997FA;
}
.AnyTagClassName
{
color: #5997FA;
}
</style>
background-color css
<style>
a { background-color: #5997FA; }
a { background-color: rgb(89,151,250); }
div.DivClassName
{
background-color: #5997FA;
}
.BgClassName
{
background-color: #5997FA;
}
</style>
border-color css
<style>
span { border-color: #5997FA; }
span { border-color: rgb(89,151,250); }
td.TdClassName
{
border-color: #5997FA;
}
.TagClassName
{
border-color: #5997FA;
}
</style>