Shades of Cornflower Blue #5790DD
Tints of Cornflower Blue #5790DD
RGB
CMYK
RGB Variations
Color information
#5790DD (or 0x5790DD) is known color: Cornflower Blue. HEX triplet: 57, 90 and DD. RGB value is (87,144,221). Sum of RGB (Red+Green+Blue) = 87+144+221=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #5790DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5790DD is #A86F22. Grayscale: #878787. Windows color (decimal): -11038499 or 14520407. OLE color: 14520407.
HSL color Cylindrical-coordinate representation of color #5790DD: hue angle of 214.48º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5790DD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 144 | 221 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.13 |
| HSL | 214.48º | 0.66% | 0.6% | - |
| HSV(B) | 214.48º | 0.61% | 0.87% | - |
| XYZ | 26.95 | 27.19 | 72.23 | - |
| YUV | 135.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 144 | 221 | 0.61 | 0.35 | 0 | 0.13 | 214.48 | 0.66 | 0.6 |
| Hex | 57 | 90 | DD | 3D | 23 | 0 | D | D6 | 42 | 3C |
| Octal | 127 | 220 | 335 | 75 | 43 | 0 | 15 | 326 | 102 | 74 |
| Binary | 1010111 | 10010000 | 11011101 | 111101 | 100011 | 0 | 1101 | 11010110 | 1000010 | 111100 |
Color Harmonies of #5790DD
Complementary color
Monochromatic Colors of #5790DD
Black with #5790DD
Text Example
Text Example
White with #5790DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5790DD; }
p { color: rgb(87,144,221); }
H1.HeaderClassName
{
color: #5790DD;
}
.AnyTagClassName
{
color: #5790DD;
}
</style>
background-color css
<style>
a { background-color: #5790DD; }
a { background-color: rgb(87,144,221); }
div.DivClassName
{
background-color: #5790DD;
}
.BgClassName
{
background-color: #5790DD;
}
</style>
border-color css
<style>
span { border-color: #5790DD; }
span { border-color: rgb(87,144,221); }
td.TdClassName
{
border-color: #5790DD;
}
.TagClassName
{
border-color: #5790DD;
}
</style>