Shades of Medium Blue #110FCB
Tints of Medium Blue #110FCB
RGB
CMYK
RGB Variations
Color information
#110FCB (or 0x110FCB) is known color: Medium Blue. HEX triplet: 11, 0F and CB. RGB value is (17,15,203). Sum of RGB (Red+Green+Blue) = 17+15+203=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #110FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FCB is #EEF034. Grayscale: #242424. Windows color (decimal): -15659061 or 13307665. OLE color: 13307665.
HSL color Cylindrical-coordinate representation of color #110FCB: hue angle of 240.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110FCB is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 15 | 203 | - |
| CMYK | 0.92 | 0.93 | 0 | 0.20 |
| HSL | 240.64º | 0.86% | 0.43% | - |
| HSV(B) | 240.64º | 0.93% | 0.8% | - |
| XYZ | 11.18 | 4.77 | 56.83 | - |
| YUV | 37.03 | 221.66 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 203 | 0.92 | 0.93 | 0 | 0.20 | 240.64 | 0.86 | 0.43 |
| Hex | 11 | F | CB | 5C | 5D | 0 | 14 | F1 | 56 | 2B |
| Octal | 21 | 17 | 313 | 134 | 135 | 0 | 24 | 361 | 126 | 53 |
| Binary | 10001 | 1111 | 11001011 | 1011100 | 1011101 | 0 | 10100 | 11110001 | 1010110 | 101011 |
Color Harmonies of #110FCB
Complementary color
Monochromatic Colors of #110FCB
Black with #110FCB
Text Example
Text Example
White with #110FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FCB; }
p { color: rgb(17,15,203); }
H1.HeaderClassName
{
color: #110FCB;
}
.AnyTagClassName
{
color: #110FCB;
}
</style>
background-color css
<style>
a { background-color: #110FCB; }
a { background-color: rgb(17,15,203); }
div.DivClassName
{
background-color: #110FCB;
}
.BgClassName
{
background-color: #110FCB;
}
</style>
border-color css
<style>
span { border-color: #110FCB; }
span { border-color: rgb(17,15,203); }
td.TdClassName
{
border-color: #110FCB;
}
.TagClassName
{
border-color: #110FCB;
}
</style>