Shades of Cornflower Blue #5A90DB
Tints of Cornflower Blue #5A90DB
RGB
CMYK
RGB Variations
Color information
#5A90DB (or 0x5A90DB) is known color: Cornflower Blue. HEX triplet: 5A, 90 and DB. RGB value is (90,144,219). Sum of RGB (Red+Green+Blue) = 90+144+219=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A90DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90DB is #A56F24. Grayscale: #888888. Windows color (decimal): -10841893 or 14389338. OLE color: 14389338.
HSL color Cylindrical-coordinate representation of color #5A90DB: hue angle of 214.88º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A90DB is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 144 | 219 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.14 |
| HSL | 214.88º | 0.64% | 0.61% | - |
| HSV(B) | 214.88º | 0.59% | 0.86% | - |
| XYZ | 26.98 | 27.23 | 70.85 | - |
| YUV | 136.4 | 174.61 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 144 | 219 | 0.59 | 0.34 | 0 | 0.14 | 214.88 | 0.64 | 0.61 |
| Hex | 5A | 90 | DB | 3B | 22 | 0 | E | D7 | 40 | 3D |
| Octal | 132 | 220 | 333 | 73 | 42 | 0 | 16 | 327 | 100 | 75 |
| Binary | 1011010 | 10010000 | 11011011 | 111011 | 100010 | 0 | 1110 | 11010111 | 1000000 | 111101 |
Color Harmonies of #5A90DB
Complementary color
Monochromatic Colors of #5A90DB
Black with #5A90DB
Text Example
Text Example
White with #5A90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A90DB; }
p { color: rgb(90,144,219); }
H1.HeaderClassName
{
color: #5A90DB;
}
.AnyTagClassName
{
color: #5A90DB;
}
</style>
background-color css
<style>
a { background-color: #5A90DB; }
a { background-color: rgb(90,144,219); }
div.DivClassName
{
background-color: #5A90DB;
}
.BgClassName
{
background-color: #5A90DB;
}
</style>
border-color css
<style>
span { border-color: #5A90DB; }
span { border-color: rgb(90,144,219); }
td.TdClassName
{
border-color: #5A90DB;
}
.TagClassName
{
border-color: #5A90DB;
}
</style>