Shades of Medium Blue #1117DB
Tints of Medium Blue #1117DB
RGB
CMYK
RGB Variations
Color information
#1117DB (or 0x1117DB) is known color: Medium Blue. HEX triplet: 11, 17 and DB. RGB value is (17,23,219). Sum of RGB (Red+Green+Blue) = 17+23+219=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #1117DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1117DB is #EEE824. Grayscale: #2A2A2A. Windows color (decimal): -15656997 or 14358289. OLE color: 14358289.
HSL color Cylindrical-coordinate representation of color #1117DB: hue angle of 238.22º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1117DB is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 23 | 219 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.14 |
| HSL | 238.22º | 0.86% | 0.46% | - |
| HSV(B) | 238.22º | 0.92% | 0.86% | - |
| XYZ | 13.32 | 5.85 | 67.44 | - |
| YUV | 43.55 | 227.01 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 219 | 0.92 | 0.89 | 0 | 0.14 | 238.22 | 0.86 | 0.46 |
| Hex | 11 | 17 | DB | 5C | 59 | 0 | E | EE | 56 | 2E |
| Octal | 21 | 27 | 333 | 134 | 131 | 0 | 16 | 356 | 126 | 56 |
| Binary | 10001 | 10111 | 11011011 | 1011100 | 1011001 | 0 | 1110 | 11101110 | 1010110 | 101110 |
Color Harmonies of #1117DB
Complementary color
Monochromatic Colors of #1117DB
Black with #1117DB
Text Example
Text Example
White with #1117DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1117DB; }
p { color: rgb(17,23,219); }
H1.HeaderClassName
{
color: #1117DB;
}
.AnyTagClassName
{
color: #1117DB;
}
</style>
background-color css
<style>
a { background-color: #1117DB; }
a { background-color: rgb(17,23,219); }
div.DivClassName
{
background-color: #1117DB;
}
.BgClassName
{
background-color: #1117DB;
}
</style>
border-color css
<style>
span { border-color: #1117DB; }
span { border-color: rgb(17,23,219); }
td.TdClassName
{
border-color: #1117DB;
}
.TagClassName
{
border-color: #1117DB;
}
</style>