Shades of Medium Blue #110FDC
Tints of Medium Blue #110FDC
RGB
CMYK
RGB Variations
Color information
#110FDC (or 0x110FDC) is known color: Medium Blue. HEX triplet: 11, 0F and DC. RGB value is (17,15,220). Sum of RGB (Red+Green+Blue) = 17+15+220=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #110FDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FDC is #EEF023. Grayscale: #262626. Windows color (decimal): -15659044 or 14421777. OLE color: 14421777.
HSL color Cylindrical-coordinate representation of color #110FDC: hue angle of 240.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110FDC is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 15 | 220 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.14 |
| HSL | 240.59º | 0.87% | 0.46% | - |
| HSV(B) | 240.59º | 0.93% | 0.86% | - |
| XYZ | 13.32 | 5.63 | 68.09 | - |
| YUV | 38.97 | 230.16 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 220 | 0.92 | 0.93 | 0 | 0.14 | 240.59 | 0.87 | 0.46 |
| Hex | 11 | F | DC | 5C | 5D | 0 | E | F1 | 57 | 2E |
| Octal | 21 | 17 | 334 | 134 | 135 | 0 | 16 | 361 | 127 | 56 |
| Binary | 10001 | 1111 | 11011100 | 1011100 | 1011101 | 0 | 1110 | 11110001 | 1010111 | 101110 |
Color Harmonies of #110FDC
Complementary color
Monochromatic Colors of #110FDC
Black with #110FDC
Text Example
Text Example
White with #110FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FDC; }
p { color: rgb(17,15,220); }
H1.HeaderClassName
{
color: #110FDC;
}
.AnyTagClassName
{
color: #110FDC;
}
</style>
background-color css
<style>
a { background-color: #110FDC; }
a { background-color: rgb(17,15,220); }
div.DivClassName
{
background-color: #110FDC;
}
.BgClassName
{
background-color: #110FDC;
}
</style>
border-color css
<style>
span { border-color: #110FDC; }
span { border-color: rgb(17,15,220); }
td.TdClassName
{
border-color: #110FDC;
}
.TagClassName
{
border-color: #110FDC;
}
</style>