Shades of Medium Blue #1101DC
Tints of Medium Blue #1101DC
RGB
CMYK
RGB Variations
Color information
#1101DC (or 0x1101DC) is known color: Medium Blue. HEX triplet: 11, 01 and DC. RGB value is (17,1,220). Sum of RGB (Red+Green+Blue) = 17+1+220=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 220 (86.33% from 255 or 92.44% from 238); Max value from RGB is 220 - color contains mainly: blue. Hex color #1101DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1101DC is #EEFE23. Grayscale: #1D1D1D. Windows color (decimal): -15662628 or 14418193. OLE color: 14418193.
HSL color Cylindrical-coordinate representation of color #1101DC: hue angle of 244.38º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1101DC is Cyan = 0.92, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 1 | 220 | - |
| CMYK | 0.92 | 1.00 | 0 | 0.14 |
| HSL | 244.38º | 0.99% | 0.43% | - |
| HSV(B) | 244.38º | 1% | 0.86% | - |
| XYZ | 13.16 | 5.31 | 68.04 | - |
| YUV | 30.75 | 234.8 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 220 | 0.92 | 1.00 | 0 | 0.14 | 244.38 | 0.99 | 0.43 |
| Hex | 11 | 1 | DC | 5C | 64 | 0 | E | F4 | 63 | 2B |
| Octal | 21 | 1 | 334 | 134 | 144 | 0 | 16 | 364 | 143 | 53 |
| Binary | 10001 | 1 | 11011100 | 1011100 | 1100100 | 0 | 1110 | 11110100 | 1100011 | 101011 |
Color Harmonies of #1101DC
Complementary color
Monochromatic Colors of #1101DC
Black with #1101DC
Text Example
Text Example
White with #1101DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101DC; }
p { color: rgb(17,1,220); }
H1.HeaderClassName
{
color: #1101DC;
}
.AnyTagClassName
{
color: #1101DC;
}
</style>
background-color css
<style>
a { background-color: #1101DC; }
a { background-color: rgb(17,1,220); }
div.DivClassName
{
background-color: #1101DC;
}
.BgClassName
{
background-color: #1101DC;
}
</style>
border-color css
<style>
span { border-color: #1101DC; }
span { border-color: rgb(17,1,220); }
td.TdClassName
{
border-color: #1101DC;
}
.TagClassName
{
border-color: #1101DC;
}
</style>