Shades of Cornflower Blue #5790E1
Tints of Cornflower Blue #5790E1
RGB
CMYK
RGB Variations
Color information
#5790E1 (or 0x5790E1) is known color: Cornflower Blue. HEX triplet: 57, 90 and E1. RGB value is (87,144,225). Sum of RGB (Red+Green+Blue) = 87+144+225=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 225 (88.28% from 255 or 49.34% from 456); Max value from RGB is 225 - color contains mainly: blue. Hex color #5790E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5790E1 is #A86F1E. Grayscale: #878787. Windows color (decimal): -11038495 or 14782551. OLE color: 14782551.
HSL color Cylindrical-coordinate representation of color #5790E1: hue angle of 215.22º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5790E1 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 144 | 225 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.12 |
| HSL | 215.22º | 0.7% | 0.61% | - |
| HSV(B) | 215.22º | 0.61% | 0.88% | - |
| XYZ | 27.49 | 27.41 | 75.08 | - |
| YUV | 136.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 225 | 0.61 | 0.36 | 0 | 0.12 | 215.22 | 0.7 | 0.61 |
| Hex | 57 | 90 | E1 | 3D | 24 | 0 | C | D7 | 46 | 3D |
| Octal | 127 | 220 | 341 | 75 | 44 | 0 | 14 | 327 | 106 | 75 |
| Binary | 1010111 | 10010000 | 11100001 | 111101 | 100100 | 0 | 1100 | 11010111 | 1000110 | 111101 |
Color Harmonies of #5790E1
Complementary color
Monochromatic Colors of #5790E1
Black with #5790E1
Text Example
Text Example
White with #5790E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5790E1; }
p { color: rgb(87,144,225); }
H1.HeaderClassName
{
color: #5790E1;
}
.AnyTagClassName
{
color: #5790E1;
}
</style>
background-color css
<style>
a { background-color: #5790E1; }
a { background-color: rgb(87,144,225); }
div.DivClassName
{
background-color: #5790E1;
}
.BgClassName
{
background-color: #5790E1;
}
</style>
border-color css
<style>
span { border-color: #5790E1; }
span { border-color: rgb(87,144,225); }
td.TdClassName
{
border-color: #5790E1;
}
.TagClassName
{
border-color: #5790E1;
}
</style>