Shades of Medium Blue #111CCF
Tints of Medium Blue #111CCF
RGB
CMYK
RGB Variations
Color information
#111CCF (or 0x111CCF) is known color: Medium Blue. HEX triplet: 11, 1C and CF. RGB value is (17,28,207). Sum of RGB (Red+Green+Blue) = 17+28+207=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 207 (81.25% from 255 or 82.14% from 252); Max value from RGB is 207 - color contains mainly: blue. Hex color #111CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CCF is #EEE330. Grayscale: #2C2C2C. Windows color (decimal): -15655729 or 13573137. OLE color: 13573137.
HSL color Cylindrical-coordinate representation of color #111CCF: hue angle of 236.53º 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 #111CCF is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 28 | 207 | - |
| CMYK | 0.92 | 0.86 | 0 | 0.19 |
| HSL | 236.53º | 0.85% | 0.44% | - |
| HSV(B) | 236.53º | 0.92% | 0.81% | - |
| XYZ | 11.91 | 5.45 | 59.46 | - |
| YUV | 45.12 | 219.36 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 207 | 0.92 | 0.86 | 0 | 0.19 | 236.53 | 0.85 | 0.44 |
| Hex | 11 | 1C | CF | 5C | 56 | 0 | 13 | ED | 55 | 2C |
| Octal | 21 | 34 | 317 | 134 | 126 | 0 | 23 | 355 | 125 | 54 |
| Binary | 10001 | 11100 | 11001111 | 1011100 | 1010110 | 0 | 10011 | 11101101 | 1010101 | 101100 |
Color Harmonies of #111CCF
Complementary color
Monochromatic Colors of #111CCF
Black with #111CCF
Text Example
Text Example
White with #111CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CCF; }
p { color: rgb(17,28,207); }
H1.HeaderClassName
{
color: #111CCF;
}
.AnyTagClassName
{
color: #111CCF;
}
</style>
background-color css
<style>
a { background-color: #111CCF; }
a { background-color: rgb(17,28,207); }
div.DivClassName
{
background-color: #111CCF;
}
.BgClassName
{
background-color: #111CCF;
}
</style>
border-color css
<style>
span { border-color: #111CCF; }
span { border-color: rgb(17,28,207); }
td.TdClassName
{
border-color: #111CCF;
}
.TagClassName
{
border-color: #111CCF;
}
</style>