Shades of Cornflower Blue #5B8ADB
Tints of Cornflower Blue #5B8ADB
RGB
CMYK
RGB Variations
Color information
#5B8ADB (or 0x5B8ADB) is known color: Cornflower Blue. HEX triplet: 5B, 8A and DB. RGB value is (91,138,219). Sum of RGB (Red+Green+Blue) = 91+138+219=448 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.31% from 448); Green value is 138 (54.30% from 255 or 30.80% 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 #5B8ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8ADB is #A47524. Grayscale: #848484. Windows color (decimal): -10777893 or 14387803. OLE color: 14387803.
HSL color Cylindrical-coordinate representation of color #5B8ADB: hue angle of 217.97º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B8ADB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 138 | 219 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.14 |
| HSL | 217.97º | 0.64% | 0.61% | - |
| HSV(B) | 217.97º | 0.58% | 0.86% | - |
| XYZ | 26.19 | 25.52 | 70.56 | - |
| YUV | 133.18 | 176.43 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 138 | 219 | 0.58 | 0.37 | 0 | 0.14 | 217.97 | 0.64 | 0.61 |
| Hex | 5B | 8A | DB | 3A | 25 | 0 | E | DA | 40 | 3D |
| Octal | 133 | 212 | 333 | 72 | 45 | 0 | 16 | 332 | 100 | 75 |
| Binary | 1011011 | 10001010 | 11011011 | 111010 | 100101 | 0 | 1110 | 11011010 | 1000000 | 111101 |
Color Harmonies of #5B8ADB
Complementary color
Monochromatic Colors of #5B8ADB
Black with #5B8ADB
Text Example
Text Example
White with #5B8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8ADB; }
p { color: rgb(91,138,219); }
H1.HeaderClassName
{
color: #5B8ADB;
}
.AnyTagClassName
{
color: #5B8ADB;
}
</style>
background-color css
<style>
a { background-color: #5B8ADB; }
a { background-color: rgb(91,138,219); }
div.DivClassName
{
background-color: #5B8ADB;
}
.BgClassName
{
background-color: #5B8ADB;
}
</style>
border-color css
<style>
span { border-color: #5B8ADB; }
span { border-color: rgb(91,138,219); }
td.TdClassName
{
border-color: #5B8ADB;
}
.TagClassName
{
border-color: #5B8ADB;
}
</style>