Shades of Cornflower Blue #5A8BDB
Tints of Cornflower Blue #5A8BDB
RGB
CMYK
RGB Variations
Color information
#5A8BDB (or 0x5A8BDB) is known color: Cornflower Blue. HEX triplet: 5A, 8B and DB. RGB value is (90,139,219). Sum of RGB (Red+Green+Blue) = 90+139+219=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8BDB is #A57424. Grayscale: #858585. Windows color (decimal): -10843173 or 14388058. OLE color: 14388058.
HSL color Cylindrical-coordinate representation of color #5A8BDB: hue angle of 217.21º 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 #5A8BDB is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 139 | 219 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.14 |
| HSL | 217.21º | 0.64% | 0.61% | - |
| HSV(B) | 217.21º | 0.59% | 0.86% | - |
| XYZ | 26.24 | 25.75 | 70.61 | - |
| YUV | 133.47 | 176.27 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 139 | 219 | 0.59 | 0.37 | 0 | 0.14 | 217.21 | 0.64 | 0.61 |
| Hex | 5A | 8B | DB | 3B | 25 | 0 | E | D9 | 40 | 3D |
| Octal | 132 | 213 | 333 | 73 | 45 | 0 | 16 | 331 | 100 | 75 |
| Binary | 1011010 | 10001011 | 11011011 | 111011 | 100101 | 0 | 1110 | 11011001 | 1000000 | 111101 |
Color Harmonies of #5A8BDB
Complementary color
Monochromatic Colors of #5A8BDB
Black with #5A8BDB
Text Example
Text Example
White with #5A8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8BDB; }
p { color: rgb(90,139,219); }
H1.HeaderClassName
{
color: #5A8BDB;
}
.AnyTagClassName
{
color: #5A8BDB;
}
</style>
background-color css
<style>
a { background-color: #5A8BDB; }
a { background-color: rgb(90,139,219); }
div.DivClassName
{
background-color: #5A8BDB;
}
.BgClassName
{
background-color: #5A8BDB;
}
</style>
border-color css
<style>
span { border-color: #5A8BDB; }
span { border-color: rgb(90,139,219); }
td.TdClassName
{
border-color: #5A8BDB;
}
.TagClassName
{
border-color: #5A8BDB;
}
</style>