Shades of Cornflower Blue #5590E0
Tints of Cornflower Blue #5590E0
RGB
CMYK
RGB Variations
Color information
#5590E0 (or 0x5590E0) is known color: Cornflower Blue. HEX triplet: 55, 90 and E0. RGB value is (85,144,224). Sum of RGB (Red+Green+Blue) = 85+144+224=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 224 (87.89% from 255 or 49.45% from 453); Max value from RGB is 224 - color contains mainly: blue. Hex color #5590E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590E0 is #AA6F1F. Grayscale: #878787. Windows color (decimal): -11169568 or 14717013. OLE color: 14717013.
HSL color Cylindrical-coordinate representation of color #5590E0: hue angle of 214.53º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5590E0 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 144 | 224 | - |
| CMYK | 0.62 | 0.36 | 0 | 0.12 |
| HSL | 214.53º | 0.69% | 0.61% | - |
| HSV(B) | 214.53º | 0.62% | 0.88% | - |
| XYZ | 27.17 | 27.26 | 74.35 | - |
| YUV | 135.48 | 177.95 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 224 | 0.62 | 0.36 | 0 | 0.12 | 214.53 | 0.69 | 0.61 |
| Hex | 55 | 90 | E0 | 3E | 24 | 0 | C | D7 | 45 | 3D |
| Octal | 125 | 220 | 340 | 76 | 44 | 0 | 14 | 327 | 105 | 75 |
| Binary | 1010101 | 10010000 | 11100000 | 111110 | 100100 | 0 | 1100 | 11010111 | 1000101 | 111101 |
Color Harmonies of #5590E0
Complementary color
Monochromatic Colors of #5590E0
Black with #5590E0
Text Example
Text Example
White with #5590E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590E0; }
p { color: rgb(85,144,224); }
H1.HeaderClassName
{
color: #5590E0;
}
.AnyTagClassName
{
color: #5590E0;
}
</style>
background-color css
<style>
a { background-color: #5590E0; }
a { background-color: rgb(85,144,224); }
div.DivClassName
{
background-color: #5590E0;
}
.BgClassName
{
background-color: #5590E0;
}
</style>
border-color css
<style>
span { border-color: #5590E0; }
span { border-color: rgb(85,144,224); }
td.TdClassName
{
border-color: #5590E0;
}
.TagClassName
{
border-color: #5590E0;
}
</style>