Shades of Medium Blue #111DCC
Tints of Medium Blue #111DCC
RGB
CMYK
RGB Variations
Color information
#111DCC (or 0x111DCC) is known color: Medium Blue. HEX triplet: 11, 1D and CC. RGB value is (17,29,204). Sum of RGB (Red+Green+Blue) = 17+29+204=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #111DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DCC is #EEE233. Grayscale: #2C2C2C. Windows color (decimal): -15655476 or 13376785. OLE color: 13376785.
HSL color Cylindrical-coordinate representation of color #111DCC: hue angle of 236.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111DCC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 29 | 204 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.2 |
| HSL | 236.15º | 0.85% | 0.43% | - |
| HSV(B) | 236.15º | 0.92% | 0.8% | - |
| XYZ | 11.57 | 5.36 | 57.55 | - |
| YUV | 45.36 | 217.52 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 204 | 0.92 | 0.86 | 0 | 0.2 | 236.15 | 0.85 | 0.43 |
| Hex | 11 | 1D | CC | 5C | 56 | 0 | 14 | EC | 55 | 2B |
| Octal | 21 | 35 | 314 | 134 | 126 | 0 | 24 | 354 | 125 | 53 |
| Binary | 10001 | 11101 | 11001100 | 1011100 | 1010110 | 0 | 10100 | 11101100 | 1010101 | 101011 |
Color Harmonies of #111DCC
Complementary color
Monochromatic Colors of #111DCC
Black with #111DCC
Text Example
Text Example
White with #111DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DCC; }
p { color: rgb(17,29,204); }
H1.HeaderClassName
{
color: #111DCC;
}
.AnyTagClassName
{
color: #111DCC;
}
</style>
background-color css
<style>
a { background-color: #111DCC; }
a { background-color: rgb(17,29,204); }
div.DivClassName
{
background-color: #111DCC;
}
.BgClassName
{
background-color: #111DCC;
}
</style>
border-color css
<style>
span { border-color: #111DCC; }
span { border-color: rgb(17,29,204); }
td.TdClassName
{
border-color: #111DCC;
}
.TagClassName
{
border-color: #111DCC;
}
</style>