Shades of Cornflower Blue #5D8CDB
Tints of Cornflower Blue #5D8CDB
RGB
CMYK
RGB Variations
Color information
#5D8CDB (or 0x5D8CDB) is known color: Cornflower Blue. HEX triplet: 5D, 8C and DB. RGB value is (93,140,219). Sum of RGB (Red+Green+Blue) = 93+140+219=452 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.58% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D8CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8CDB is #A27324. Grayscale: #868686. Windows color (decimal): -10646309 or 14388317. OLE color: 14388317.
HSL color Cylindrical-coordinate representation of color #5D8CDB: hue angle of 217.62º 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 #5D8CDB is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 140 | 219 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.14 |
| HSL | 217.62º | 0.64% | 0.61% | - |
| HSV(B) | 217.62º | 0.58% | 0.86% | - |
| XYZ | 26.68 | 26.2 | 70.67 | - |
| YUV | 134.95 | 175.43 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 219 | 0.58 | 0.36 | 0 | 0.14 | 217.62 | 0.64 | 0.61 |
| Hex | 5D | 8C | DB | 3A | 24 | 0 | E | DA | 40 | 3D |
| Octal | 135 | 214 | 333 | 72 | 44 | 0 | 16 | 332 | 100 | 75 |
| Binary | 1011101 | 10001100 | 11011011 | 111010 | 100100 | 0 | 1110 | 11011010 | 1000000 | 111101 |
Color Harmonies of #5D8CDB
Complementary color
Monochromatic Colors of #5D8CDB
Black with #5D8CDB
Text Example
Text Example
White with #5D8CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8CDB; }
p { color: rgb(93,140,219); }
H1.HeaderClassName
{
color: #5D8CDB;
}
.AnyTagClassName
{
color: #5D8CDB;
}
</style>
background-color css
<style>
a { background-color: #5D8CDB; }
a { background-color: rgb(93,140,219); }
div.DivClassName
{
background-color: #5D8CDB;
}
.BgClassName
{
background-color: #5D8CDB;
}
</style>
border-color css
<style>
span { border-color: #5D8CDB; }
span { border-color: rgb(93,140,219); }
td.TdClassName
{
border-color: #5D8CDB;
}
.TagClassName
{
border-color: #5D8CDB;
}
</style>