Shades of Medium Blue #1116D0
Tints of Medium Blue #1116D0
RGB
CMYK
RGB Variations
Color information
#1116D0 (or 0x1116D0) is known color: Medium Blue. HEX triplet: 11, 16 and D0. RGB value is (17,22,208). Sum of RGB (Red+Green+Blue) = 17+22+208=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 208 (81.64% from 255 or 84.21% from 247); Max value from RGB is 208 - color contains mainly: blue. Hex color #1116D0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1116D0 is #EEE92F. Grayscale: #282828. Windows color (decimal): -15657264 or 13637137. OLE color: 13637137.
HSL color Cylindrical-coordinate representation of color #1116D0: hue angle of 238.43º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1116D0 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 22 | 208 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.18 |
| HSL | 238.43º | 0.85% | 0.44% | - |
| HSV(B) | 238.43º | 0.92% | 0.82% | - |
| XYZ | 11.9 | 5.25 | 60.06 | - |
| YUV | 41.71 | 221.84 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 22 | 208 | 0.92 | 0.89 | 0 | 0.18 | 238.43 | 0.85 | 0.44 |
| Hex | 11 | 16 | D0 | 5C | 59 | 0 | 12 | EE | 55 | 2C |
| Octal | 21 | 26 | 320 | 134 | 131 | 0 | 22 | 356 | 125 | 54 |
| Binary | 10001 | 10110 | 11010000 | 1011100 | 1011001 | 0 | 10010 | 11101110 | 1010101 | 101100 |
Color Harmonies of #1116D0
Complementary color
Monochromatic Colors of #1116D0
Black with #1116D0
Text Example
Text Example
White with #1116D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1116D0; }
p { color: rgb(17,22,208); }
H1.HeaderClassName
{
color: #1116D0;
}
.AnyTagClassName
{
color: #1116D0;
}
</style>
background-color css
<style>
a { background-color: #1116D0; }
a { background-color: rgb(17,22,208); }
div.DivClassName
{
background-color: #1116D0;
}
.BgClassName
{
background-color: #1116D0;
}
</style>
border-color css
<style>
span { border-color: #1116D0; }
span { border-color: rgb(17,22,208); }
td.TdClassName
{
border-color: #1116D0;
}
.TagClassName
{
border-color: #1116D0;
}
</style>