Shades of Blue #110DEC
Tints of Blue #110DEC
RGB
CMYK
RGB Variations
Color information
#110DEC (or 0x110DEC) is known color: Blue. HEX triplet: 11, 0D and EC. RGB value is (17,13,236). Sum of RGB (Red+Green+Blue) = 17+13+236=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 236 (92.58% from 255 or 88.72% from 266); Max value from RGB is 236 - color contains mainly: blue. Hex color #110DEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110DEC is #EEF213. Grayscale: #262626. Windows color (decimal): -15659540 or 15469841. OLE color: 15469841.
HSL color Cylindrical-coordinate representation of color #110DEC: hue angle of 241.08º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110DEC is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 13 | 236 | - |
| CMYK | 0.93 | 0.94 | 0 | 0.07 |
| HSL | 241.08º | 0.9% | 0.49% | - |
| HSV(B) | 241.08º | 0.94% | 0.93% | - |
| XYZ | 15.52 | 6.46 | 79.79 | - |
| YUV | 39.62 | 238.83 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 236 | 0.93 | 0.94 | 0 | 0.07 | 241.08 | 0.9 | 0.49 |
| Hex | 11 | D | EC | 5D | 5E | 0 | 7 | F1 | 5A | 31 |
| Octal | 21 | 15 | 354 | 135 | 136 | 0 | 7 | 361 | 132 | 61 |
| Binary | 10001 | 1101 | 11101100 | 1011101 | 1011110 | 0 | 111 | 11110001 | 1011010 | 110001 |
Color Harmonies of #110DEC
Complementary color
Monochromatic Colors of #110DEC
Black with #110DEC
Text Example
Text Example
White with #110DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DEC; }
p { color: rgb(17,13,236); }
H1.HeaderClassName
{
color: #110DEC;
}
.AnyTagClassName
{
color: #110DEC;
}
</style>
background-color css
<style>
a { background-color: #110DEC; }
a { background-color: rgb(17,13,236); }
div.DivClassName
{
background-color: #110DEC;
}
.BgClassName
{
background-color: #110DEC;
}
</style>
border-color css
<style>
span { border-color: #110DEC; }
span { border-color: rgb(17,13,236); }
td.TdClassName
{
border-color: #110DEC;
}
.TagClassName
{
border-color: #110DEC;
}
</style>