Shades of Medium Blue #111DDD
Tints of Medium Blue #111DDD
RGB
CMYK
RGB Variations
Color information
#111DDD (or 0x111DDD) is known color: Medium Blue. HEX triplet: 11, 1D and DD. RGB value is (17,29,221). Sum of RGB (Red+Green+Blue) = 17+29+221=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #111DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DDD is #EEE222. Grayscale: #2E2E2E. Windows color (decimal): -15655459 or 14490897. OLE color: 14490897.
HSL color Cylindrical-coordinate representation of color #111DDD: hue angle of 236.47º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111DDD is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 29 | 221 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.13 |
| HSL | 236.47º | 0.86% | 0.47% | - |
| HSV(B) | 236.47º | 0.92% | 0.87% | - |
| XYZ | 13.72 | 6.22 | 68.88 | - |
| YUV | 47.3 | 226.02 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 221 | 0.92 | 0.87 | 0 | 0.13 | 236.47 | 0.86 | 0.47 |
| Hex | 11 | 1D | DD | 5C | 57 | 0 | D | EC | 56 | 2F |
| Octal | 21 | 35 | 335 | 134 | 127 | 0 | 15 | 354 | 126 | 57 |
| Binary | 10001 | 11101 | 11011101 | 1011100 | 1010111 | 0 | 1101 | 11101100 | 1010110 | 101111 |
Color Harmonies of #111DDD
Complementary color
Monochromatic Colors of #111DDD
Black with #111DDD
Text Example
Text Example
White with #111DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DDD; }
p { color: rgb(17,29,221); }
H1.HeaderClassName
{
color: #111DDD;
}
.AnyTagClassName
{
color: #111DDD;
}
</style>
background-color css
<style>
a { background-color: #111DDD; }
a { background-color: rgb(17,29,221); }
div.DivClassName
{
background-color: #111DDD;
}
.BgClassName
{
background-color: #111DDD;
}
</style>
border-color css
<style>
span { border-color: #111DDD; }
span { border-color: rgb(17,29,221); }
td.TdClassName
{
border-color: #111DDD;
}
.TagClassName
{
border-color: #111DDD;
}
</style>