Shades of Cornflower Blue #5997E7
Tints of Cornflower Blue #5997E7
RGB
CMYK
RGB Variations
Color information
#5997E7 (or 0x5997E7) is known color: Cornflower Blue. HEX triplet: 59, 97 and E7. RGB value is (89,151,231). Sum of RGB (Red+Green+Blue) = 89+151+231=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #5997E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5997E7 is #A66818. Grayscale: #8D8D8D. Windows color (decimal): -10905625 or 15177561. OLE color: 15177561.
HSL color Cylindrical-coordinate representation of color #5997E7: hue angle of 213.8º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5997E7 is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 151 | 231 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.09 |
| HSL | 213.8º | 0.75% | 0.63% | - |
| HSV(B) | 213.8º | 0.61% | 0.91% | - |
| XYZ | 29.61 | 30.03 | 79.84 | - |
| YUV | 141.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 151 | 231 | 0.61 | 0.35 | 0 | 0.09 | 213.8 | 0.75 | 0.63 |
| Hex | 59 | 97 | E7 | 3D | 23 | 0 | 9 | D6 | 4B | 3F |
| Octal | 131 | 227 | 347 | 75 | 43 | 0 | 11 | 326 | 113 | 77 |
| Binary | 1011001 | 10010111 | 11100111 | 111101 | 100011 | 0 | 1001 | 11010110 | 1001011 | 111111 |
Color Harmonies of #5997E7
Complementary color
Monochromatic Colors of #5997E7
Black with #5997E7
Text Example
Text Example
White with #5997E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5997E7; }
p { color: rgb(89,151,231); }
H1.HeaderClassName
{
color: #5997E7;
}
.AnyTagClassName
{
color: #5997E7;
}
</style>
background-color css
<style>
a { background-color: #5997E7; }
a { background-color: rgb(89,151,231); }
div.DivClassName
{
background-color: #5997E7;
}
.BgClassName
{
background-color: #5997E7;
}
</style>
border-color css
<style>
span { border-color: #5997E7; }
span { border-color: rgb(89,151,231); }
td.TdClassName
{
border-color: #5997E7;
}
.TagClassName
{
border-color: #5997E7;
}
</style>