Shades of Medium Blue #110BBF
Tints of Medium Blue #110BBF
RGB
CMYK
RGB Variations
Color information
#110BBF (or 0x110BBF) is known color: Medium Blue. HEX triplet: 11, 0B and BF. RGB value is (17,11,191). Sum of RGB (Red+Green+Blue) = 17+11+191=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #110BBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BBF is #EEF440. Grayscale: #202020. Windows color (decimal): -15660097 or 12520209. OLE color: 12520209.
HSL color Cylindrical-coordinate representation of color #110BBF: hue angle of 242º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110BBF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 11 | 191 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.25 |
| HSL | 242º | 0.89% | 0.4% | - |
| HSV(B) | 242º | 0.94% | 0.75% | - |
| XYZ | 9.75 | 4.12 | 49.57 | - |
| YUV | 33.31 | 216.99 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 191 | 0.91 | 0.94 | 0 | 0.25 | 242 | 0.89 | 0.4 |
| Hex | 11 | B | BF | 5B | 5E | 0 | 19 | F2 | 59 | 28 |
| Octal | 21 | 13 | 277 | 133 | 136 | 0 | 31 | 362 | 131 | 50 |
| Binary | 10001 | 1011 | 10111111 | 1011011 | 1011110 | 0 | 11001 | 11110010 | 1011001 | 101000 |
Color Harmonies of #110BBF
Complementary color
Monochromatic Colors of #110BBF
Black with #110BBF
Text Example
Text Example
White with #110BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BBF; }
p { color: rgb(17,11,191); }
H1.HeaderClassName
{
color: #110BBF;
}
.AnyTagClassName
{
color: #110BBF;
}
</style>
background-color css
<style>
a { background-color: #110BBF; }
a { background-color: rgb(17,11,191); }
div.DivClassName
{
background-color: #110BBF;
}
.BgClassName
{
background-color: #110BBF;
}
</style>
border-color css
<style>
span { border-color: #110BBF; }
span { border-color: rgb(17,11,191); }
td.TdClassName
{
border-color: #110BBF;
}
.TagClassName
{
border-color: #110BBF;
}
</style>