Shades of Medium Blue #110DC2
Tints of Medium Blue #110DC2
RGB
CMYK
RGB Variations
Color information
#110DC2 (or 0x110DC2) is known color: Medium Blue. HEX triplet: 11, 0D and C2. RGB value is (17,13,194). Sum of RGB (Red+Green+Blue) = 17+13+194=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 194 (76.17% from 255 or 86.61% from 224); Max value from RGB is 194 - color contains mainly: blue. Hex color #110DC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DC2 is #EEF23D. Grayscale: #222222. Windows color (decimal): -15659582 or 12717329. OLE color: 12717329.
HSL color Cylindrical-coordinate representation of color #110DC2: hue angle of 241.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110DC2 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 13 | 194 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.24 |
| HSL | 241.33º | 0.87% | 0.41% | - |
| HSV(B) | 241.33º | 0.93% | 0.76% | - |
| XYZ | 10.11 | 4.3 | 51.34 | - |
| YUV | 34.83 | 217.83 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 194 | 0.91 | 0.93 | 0 | 0.24 | 241.33 | 0.87 | 0.41 |
| Hex | 11 | D | C2 | 5B | 5D | 0 | 18 | F1 | 57 | 29 |
| Octal | 21 | 15 | 302 | 133 | 135 | 0 | 30 | 361 | 127 | 51 |
| Binary | 10001 | 1101 | 11000010 | 1011011 | 1011101 | 0 | 11000 | 11110001 | 1010111 | 101001 |
Color Harmonies of #110DC2
Complementary color
Monochromatic Colors of #110DC2
Black with #110DC2
Text Example
Text Example
White with #110DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DC2; }
p { color: rgb(17,13,194); }
H1.HeaderClassName
{
color: #110DC2;
}
.AnyTagClassName
{
color: #110DC2;
}
</style>
background-color css
<style>
a { background-color: #110DC2; }
a { background-color: rgb(17,13,194); }
div.DivClassName
{
background-color: #110DC2;
}
.BgClassName
{
background-color: #110DC2;
}
</style>
border-color css
<style>
span { border-color: #110DC2; }
span { border-color: rgb(17,13,194); }
td.TdClassName
{
border-color: #110DC2;
}
.TagClassName
{
border-color: #110DC2;
}
</style>