Shades of Medium Blue #111BCF
Tints of Medium Blue #111BCF
RGB
CMYK
RGB Variations
Color information
#111BCF (or 0x111BCF) is known color: Medium Blue. HEX triplet: 11, 1B and CF. RGB value is (17,27,207). Sum of RGB (Red+Green+Blue) = 17+27+207=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #111BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BCF is #EEE430. Grayscale: #2B2B2B. Windows color (decimal): -15655985 or 13572881. OLE color: 13572881.
HSL color Cylindrical-coordinate representation of color #111BCF: hue angle of 236.84º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111BCF is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 27 | 207 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.19 |
| HSL | 236.84º | 0.85% | 0.44% | - |
| HSV(B) | 236.84º | 0.92% | 0.81% | - |
| XYZ | 11.89 | 5.41 | 59.45 | - |
| YUV | 44.53 | 219.69 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 207 | 0.92 | 0.87 | 0 | 0.19 | 236.84 | 0.85 | 0.44 |
| Hex | 11 | 1B | CF | 5C | 57 | 0 | 13 | ED | 55 | 2C |
| Octal | 21 | 33 | 317 | 134 | 127 | 0 | 23 | 355 | 125 | 54 |
| Binary | 10001 | 11011 | 11001111 | 1011100 | 1010111 | 0 | 10011 | 11101101 | 1010101 | 101100 |
Color Harmonies of #111BCF
Complementary color
Monochromatic Colors of #111BCF
Black with #111BCF
Text Example
Text Example
White with #111BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111BCF; }
p { color: rgb(17,27,207); }
H1.HeaderClassName
{
color: #111BCF;
}
.AnyTagClassName
{
color: #111BCF;
}
</style>
background-color css
<style>
a { background-color: #111BCF; }
a { background-color: rgb(17,27,207); }
div.DivClassName
{
background-color: #111BCF;
}
.BgClassName
{
background-color: #111BCF;
}
</style>
border-color css
<style>
span { border-color: #111BCF; }
span { border-color: rgb(17,27,207); }
td.TdClassName
{
border-color: #111BCF;
}
.TagClassName
{
border-color: #111BCF;
}
</style>