Shades of Medium Blue #111ACC
Tints of Medium Blue #111ACC
RGB
CMYK
RGB Variations
Color information
#111ACC (or 0x111ACC) is known color: Medium Blue. HEX triplet: 11, 1A and CC. RGB value is (17,26,204). Sum of RGB (Red+Green+Blue) = 17+26+204=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 204 (80.08% from 255 or 82.59% from 247); Max value from RGB is 204 - color contains mainly: blue. Hex color #111ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111ACC is #EEE533. Grayscale: #2A2A2A. Windows color (decimal): -15656244 or 13376017. OLE color: 13376017.
HSL color Cylindrical-coordinate representation of color #111ACC: hue angle of 237.11º 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 #111ACC is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 26 | 204 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.2 |
| HSL | 237.11º | 0.85% | 0.43% | - |
| HSV(B) | 237.11º | 0.92% | 0.8% | - |
| XYZ | 11.5 | 5.22 | 57.53 | - |
| YUV | 43.6 | 218.52 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 204 | 0.92 | 0.87 | 0 | 0.2 | 237.11 | 0.85 | 0.43 |
| Hex | 11 | 1A | CC | 5C | 57 | 0 | 14 | ED | 55 | 2B |
| Octal | 21 | 32 | 314 | 134 | 127 | 0 | 24 | 355 | 125 | 53 |
| Binary | 10001 | 11010 | 11001100 | 1011100 | 1010111 | 0 | 10100 | 11101101 | 1010101 | 101011 |
Color Harmonies of #111ACC
Complementary color
Monochromatic Colors of #111ACC
Black with #111ACC
Text Example
Text Example
White with #111ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111ACC; }
p { color: rgb(17,26,204); }
H1.HeaderClassName
{
color: #111ACC;
}
.AnyTagClassName
{
color: #111ACC;
}
</style>
background-color css
<style>
a { background-color: #111ACC; }
a { background-color: rgb(17,26,204); }
div.DivClassName
{
background-color: #111ACC;
}
.BgClassName
{
background-color: #111ACC;
}
</style>
border-color css
<style>
span { border-color: #111ACC; }
span { border-color: rgb(17,26,204); }
td.TdClassName
{
border-color: #111ACC;
}
.TagClassName
{
border-color: #111ACC;
}
</style>