Shades of Medium Blue #111CCD
Tints of Medium Blue #111CCD
RGB
CMYK
RGB Variations
Color information
#111CCD (or 0x111CCD) is known color: Medium Blue. HEX triplet: 11, 1C and CD. RGB value is (17,28,205). Sum of RGB (Red+Green+Blue) = 17+28+205=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #111CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CCD is #EEE332. Grayscale: #2C2C2C. Windows color (decimal): -15655731 or 13442065. OLE color: 13442065.
HSL color Cylindrical-coordinate representation of color #111CCD: hue angle of 236.49º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111CCD is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 28 | 205 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.20 |
| HSL | 236.49º | 0.85% | 0.44% | - |
| HSV(B) | 236.49º | 0.92% | 0.8% | - |
| XYZ | 11.67 | 5.36 | 58.18 | - |
| YUV | 44.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 205 | 0.92 | 0.86 | 0 | 0.20 | 236.49 | 0.85 | 0.44 |
| Hex | 11 | 1C | CD | 5C | 56 | 0 | 14 | EC | 55 | 2C |
| Octal | 21 | 34 | 315 | 134 | 126 | 0 | 24 | 354 | 125 | 54 |
| Binary | 10001 | 11100 | 11001101 | 1011100 | 1010110 | 0 | 10100 | 11101100 | 1010101 | 101100 |
Color Harmonies of #111CCD
Complementary color
Monochromatic Colors of #111CCD
Black with #111CCD
Text Example
Text Example
White with #111CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CCD; }
p { color: rgb(17,28,205); }
H1.HeaderClassName
{
color: #111CCD;
}
.AnyTagClassName
{
color: #111CCD;
}
</style>
background-color css
<style>
a { background-color: #111CCD; }
a { background-color: rgb(17,28,205); }
div.DivClassName
{
background-color: #111CCD;
}
.BgClassName
{
background-color: #111CCD;
}
</style>
border-color css
<style>
span { border-color: #111CCD; }
span { border-color: rgb(17,28,205); }
td.TdClassName
{
border-color: #111CCD;
}
.TagClassName
{
border-color: #111CCD;
}
</style>