Shades of Cornflower Blue #5A8ADB
Tints of Cornflower Blue #5A8ADB
RGB
CMYK
RGB Variations
Color information
#5A8ADB (or 0x5A8ADB) is known color: Cornflower Blue. HEX triplet: 5A, 8A and DB. RGB value is (90,138,219). Sum of RGB (Red+Green+Blue) = 90+138+219=447 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.13% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A8ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A8ADB is #A57524. Grayscale: #848484. Windows color (decimal): -10843429 or 14387802. OLE color: 14387802.
HSL color Cylindrical-coordinate representation of color #5A8ADB: hue angle of 217.67º 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 #5A8ADB is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 138 | 219 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.14 |
| HSL | 217.67º | 0.64% | 0.61% | - |
| HSV(B) | 217.67º | 0.59% | 0.86% | - |
| XYZ | 26.09 | 25.47 | 70.56 | - |
| YUV | 132.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 219 | 0.59 | 0.37 | 0 | 0.14 | 217.67 | 0.64 | 0.61 |
| Hex | 5A | 8A | DB | 3B | 25 | 0 | E | DA | 40 | 3D |
| Octal | 132 | 212 | 333 | 73 | 45 | 0 | 16 | 332 | 100 | 75 |
| Binary | 1011010 | 10001010 | 11011011 | 111011 | 100101 | 0 | 1110 | 11011010 | 1000000 | 111101 |
Color Harmonies of #5A8ADB
Complementary color
Monochromatic Colors of #5A8ADB
Black with #5A8ADB
Text Example
Text Example
White with #5A8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8ADB; }
p { color: rgb(90,138,219); }
H1.HeaderClassName
{
color: #5A8ADB;
}
.AnyTagClassName
{
color: #5A8ADB;
}
</style>
background-color css
<style>
a { background-color: #5A8ADB; }
a { background-color: rgb(90,138,219); }
div.DivClassName
{
background-color: #5A8ADB;
}
.BgClassName
{
background-color: #5A8ADB;
}
</style>
border-color css
<style>
span { border-color: #5A8ADB; }
span { border-color: rgb(90,138,219); }
td.TdClassName
{
border-color: #5A8ADB;
}
.TagClassName
{
border-color: #5A8ADB;
}
</style>