Shades of Medium Blue #111CDA
Tints of Medium Blue #111CDA
RGB
CMYK
RGB Variations
Color information
#111CDA (or 0x111CDA) is known color: Medium Blue. HEX triplet: 11, 1C and DA. RGB value is (17,28,218). Sum of RGB (Red+Green+Blue) = 17+28+218=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 28 (11.33% from 255 or 10.65% from 263); Blue value is 218 (85.55% from 255 or 82.89% from 263); Max value from RGB is 218 - color contains mainly: blue. Hex color #111CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CDA is #EEE325. Grayscale: #2D2D2D. Windows color (decimal): -15655718 or 14294033. OLE color: 14294033.
HSL color Cylindrical-coordinate representation of color #111CDA: hue angle of 236.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111CDA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 28 | 218 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.15 |
| HSL | 236.72º | 0.86% | 0.46% | - |
| HSV(B) | 236.72º | 0.92% | 0.85% | - |
| XYZ | 13.3 | 6.01 | 66.79 | - |
| YUV | 46.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 218 | 0.92 | 0.87 | 0 | 0.15 | 236.72 | 0.86 | 0.46 |
| Hex | 11 | 1C | DA | 5C | 57 | 0 | F | ED | 56 | 2E |
| Octal | 21 | 34 | 332 | 134 | 127 | 0 | 17 | 355 | 126 | 56 |
| Binary | 10001 | 11100 | 11011010 | 1011100 | 1010111 | 0 | 1111 | 11101101 | 1010110 | 101110 |
Color Harmonies of #111CDA
Complementary color
Monochromatic Colors of #111CDA
Black with #111CDA
Text Example
Text Example
White with #111CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111CDA; }
p { color: rgb(17,28,218); }
H1.HeaderClassName
{
color: #111CDA;
}
.AnyTagClassName
{
color: #111CDA;
}
</style>
background-color css
<style>
a { background-color: #111CDA; }
a { background-color: rgb(17,28,218); }
div.DivClassName
{
background-color: #111CDA;
}
.BgClassName
{
background-color: #111CDA;
}
</style>
border-color css
<style>
span { border-color: #111CDA; }
span { border-color: rgb(17,28,218); }
td.TdClassName
{
border-color: #111CDA;
}
.TagClassName
{
border-color: #111CDA;
}
</style>