Shades of Medium Blue #110DBF
Tints of Medium Blue #110DBF
RGB
CMYK
RGB Variations
Color information
#110DBF (or 0x110DBF) is known color: Medium Blue. HEX triplet: 11, 0D and BF. RGB value is (17,13,191). Sum of RGB (Red+Green+Blue) = 17+13+191=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 13 (5.47% from 255 or 5.88% from 221); Blue value is 191 (75% from 255 or 86.43% from 221); Max value from RGB is 191 - color contains mainly: blue. Hex color #110DBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DBF is #EEF240. Grayscale: #212121. Windows color (decimal): -15659585 or 12520721. OLE color: 12520721.
HSL color Cylindrical-coordinate representation of color #110DBF: hue angle of 241.35º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110DBF is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 13 | 191 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.25 |
| HSL | 241.35º | 0.87% | 0.4% | - |
| HSV(B) | 241.35º | 0.93% | 0.75% | - |
| XYZ | 9.78 | 4.17 | 49.58 | - |
| YUV | 34.49 | 216.33 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 191 | 0.91 | 0.93 | 0 | 0.25 | 241.35 | 0.87 | 0.4 |
| Hex | 11 | D | BF | 5B | 5D | 0 | 19 | F1 | 57 | 28 |
| Octal | 21 | 15 | 277 | 133 | 135 | 0 | 31 | 361 | 127 | 50 |
| Binary | 10001 | 1101 | 10111111 | 1011011 | 1011101 | 0 | 11001 | 11110001 | 1010111 | 101000 |
Color Harmonies of #110DBF
Complementary color
Monochromatic Colors of #110DBF
Black with #110DBF
Text Example
Text Example
White with #110DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110DBF; }
p { color: rgb(17,13,191); }
H1.HeaderClassName
{
color: #110DBF;
}
.AnyTagClassName
{
color: #110DBF;
}
</style>
background-color css
<style>
a { background-color: #110DBF; }
a { background-color: rgb(17,13,191); }
div.DivClassName
{
background-color: #110DBF;
}
.BgClassName
{
background-color: #110DBF;
}
</style>
border-color css
<style>
span { border-color: #110DBF; }
span { border-color: rgb(17,13,191); }
td.TdClassName
{
border-color: #110DBF;
}
.TagClassName
{
border-color: #110DBF;
}
</style>