Shades of Cornflower Blue #5791E7
Tints of Cornflower Blue #5791E7
RGB
CMYK
RGB Variations
Color information
#5791E7 (or 0x5791E7) is known color: Cornflower Blue. HEX triplet: 57, 91 and E7. RGB value is (87,145,231). Sum of RGB (Red+Green+Blue) = 87+145+231=463 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.79% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #5791E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5791E7 is #A86E18. Grayscale: #898989. Windows color (decimal): -11038233 or 15176023. OLE color: 15176023.
HSL color Cylindrical-coordinate representation of color #5791E7: hue angle of 215.83º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5791E7 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 145 | 231 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.09 |
| HSL | 215.83º | 0.75% | 0.62% | - |
| HSV(B) | 215.83º | 0.62% | 0.91% | - |
| XYZ | 28.48 | 28.05 | 79.51 | - |
| YUV | 137.46 | 180.78 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 231 | 0.62 | 0.37 | 0 | 0.09 | 215.83 | 0.75 | 0.62 |
| Hex | 57 | 91 | E7 | 3E | 25 | 0 | 9 | D8 | 4B | 3E |
| Octal | 127 | 221 | 347 | 76 | 45 | 0 | 11 | 330 | 113 | 76 |
| Binary | 1010111 | 10010001 | 11100111 | 111110 | 100101 | 0 | 1001 | 11011000 | 1001011 | 111110 |
Color Harmonies of #5791E7
Complementary color
Monochromatic Colors of #5791E7
Black with #5791E7
Text Example
Text Example
White with #5791E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5791E7; }
p { color: rgb(87,145,231); }
H1.HeaderClassName
{
color: #5791E7;
}
.AnyTagClassName
{
color: #5791E7;
}
</style>
background-color css
<style>
a { background-color: #5791E7; }
a { background-color: rgb(87,145,231); }
div.DivClassName
{
background-color: #5791E7;
}
.BgClassName
{
background-color: #5791E7;
}
</style>
border-color css
<style>
span { border-color: #5791E7; }
span { border-color: rgb(87,145,231); }
td.TdClassName
{
border-color: #5791E7;
}
.TagClassName
{
border-color: #5791E7;
}
</style>