Shades of Medium Blue #110DDC
Tints of Medium Blue #110DDC
RGB
CMYK
RGB Variations
Color information
#110DDC (or 0x110DDC) is known color: Medium Blue. HEX triplet: 11, 0D and DC. RGB value is (17,13,220). Sum of RGB (Red+Green+Blue) = 17+13+220=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #110DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DDC is #EEF223. Grayscale: #242424. Windows color (decimal): -15659556 or 14421265. OLE color: 14421265.
HSL color Cylindrical-coordinate representation of color #110DDC: hue angle of 241.16º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110DDC is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 13 | 220 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.14 |
| HSL | 241.16º | 0.89% | 0.46% | - |
| HSV(B) | 241.16º | 0.94% | 0.86% | - |
| XYZ | 13.29 | 5.57 | 68.09 | - |
| YUV | 37.79 | 230.83 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 220 | 0.92 | 0.94 | 0 | 0.14 | 241.16 | 0.89 | 0.46 |
| Hex | 11 | D | DC | 5C | 5E | 0 | E | F1 | 59 | 2E |
| Octal | 21 | 15 | 334 | 134 | 136 | 0 | 16 | 361 | 131 | 56 |
| Binary | 10001 | 1101 | 11011100 | 1011100 | 1011110 | 0 | 1110 | 11110001 | 1011001 | 101110 |
Color Harmonies of #110DDC
Complementary color
Monochromatic Colors of #110DDC
Black with #110DDC
Text Example
Text Example
White with #110DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DDC; }
p { color: rgb(17,13,220); }
H1.HeaderClassName
{
color: #110DDC;
}
.AnyTagClassName
{
color: #110DDC;
}
</style>
background-color css
<style>
a { background-color: #110DDC; }
a { background-color: rgb(17,13,220); }
div.DivClassName
{
background-color: #110DDC;
}
.BgClassName
{
background-color: #110DDC;
}
</style>
border-color css
<style>
span { border-color: #110DDC; }
span { border-color: rgb(17,13,220); }
td.TdClassName
{
border-color: #110DDC;
}
.TagClassName
{
border-color: #110DDC;
}
</style>