Shades of Cornflower Blue #5D8BDB
Tints of Cornflower Blue #5D8BDB
RGB
CMYK
RGB Variations
Color information
#5D8BDB (or 0x5D8BDB) is known color: Cornflower Blue. HEX triplet: 5D, 8B and DB. RGB value is (93,139,219). Sum of RGB (Red+Green+Blue) = 93+139+219=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D8BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8BDB is #A27424. Grayscale: #868686. Windows color (decimal): -10646565 or 14388061. OLE color: 14388061.
HSL color Cylindrical-coordinate representation of color #5D8BDB: hue angle of 218.1º 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 #5D8BDB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 139 | 219 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.14 |
| HSL | 218.1º | 0.64% | 0.61% | - |
| HSV(B) | 218.1º | 0.58% | 0.86% | - |
| XYZ | 26.53 | 25.91 | 70.62 | - |
| YUV | 134.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 219 | 0.58 | 0.37 | 0 | 0.14 | 218.1 | 0.64 | 0.61 |
| Hex | 5D | 8B | DB | 3A | 25 | 0 | E | DA | 40 | 3D |
| Octal | 135 | 213 | 333 | 72 | 45 | 0 | 16 | 332 | 100 | 75 |
| Binary | 1011101 | 10001011 | 11011011 | 111010 | 100101 | 0 | 1110 | 11011010 | 1000000 | 111101 |
Color Harmonies of #5D8BDB
Complementary color
Monochromatic Colors of #5D8BDB
Black with #5D8BDB
Text Example
Text Example
White with #5D8BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8BDB; }
p { color: rgb(93,139,219); }
H1.HeaderClassName
{
color: #5D8BDB;
}
.AnyTagClassName
{
color: #5D8BDB;
}
</style>
background-color css
<style>
a { background-color: #5D8BDB; }
a { background-color: rgb(93,139,219); }
div.DivClassName
{
background-color: #5D8BDB;
}
.BgClassName
{
background-color: #5D8BDB;
}
</style>
border-color css
<style>
span { border-color: #5D8BDB; }
span { border-color: rgb(93,139,219); }
td.TdClassName
{
border-color: #5D8BDB;
}
.TagClassName
{
border-color: #5D8BDB;
}
</style>