Shades of Medium Blue #110FBF
Tints of Medium Blue #110FBF
RGB
CMYK
RGB Variations
Color information
#110FBF (or 0x110FBF) is known color: Medium Blue. HEX triplet: 11, 0F and BF. RGB value is (17,15,191). Sum of RGB (Red+Green+Blue) = 17+15+191=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 191 (75% from 255 or 85.65% from 223); Max value from RGB is 191 - color contains mainly: blue. Hex color #110FBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FBF is #EEF040. Grayscale: #222222. Windows color (decimal): -15659073 or 12521233. OLE color: 12521233.
HSL color Cylindrical-coordinate representation of color #110FBF: hue angle of 240.68º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110FBF is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 15 | 191 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.25 |
| HSL | 240.68º | 0.85% | 0.4% | - |
| HSV(B) | 240.68º | 0.92% | 0.75% | - |
| XYZ | 9.81 | 4.22 | 49.59 | - |
| YUV | 35.66 | 215.66 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 191 | 0.91 | 0.92 | 0 | 0.25 | 240.68 | 0.85 | 0.4 |
| Hex | 11 | F | BF | 5B | 5C | 0 | 19 | F1 | 55 | 28 |
| Octal | 21 | 17 | 277 | 133 | 134 | 0 | 31 | 361 | 125 | 50 |
| Binary | 10001 | 1111 | 10111111 | 1011011 | 1011100 | 0 | 11001 | 11110001 | 1010101 | 101000 |
Color Harmonies of #110FBF
Complementary color
Monochromatic Colors of #110FBF
Black with #110FBF
Text Example
Text Example
White with #110FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FBF; }
p { color: rgb(17,15,191); }
H1.HeaderClassName
{
color: #110FBF;
}
.AnyTagClassName
{
color: #110FBF;
}
</style>
background-color css
<style>
a { background-color: #110FBF; }
a { background-color: rgb(17,15,191); }
div.DivClassName
{
background-color: #110FBF;
}
.BgClassName
{
background-color: #110FBF;
}
</style>
border-color css
<style>
span { border-color: #110FBF; }
span { border-color: rgb(17,15,191); }
td.TdClassName
{
border-color: #110FBF;
}
.TagClassName
{
border-color: #110FBF;
}
</style>