Shades of Blue #111DF6
Tints of Blue #111DF6
RGB
CMYK
RGB Variations
Color information
#111DF6 (or 0x111DF6) is known color: Blue. HEX triplet: 11, 1D and F6. RGB value is (17,29,246). Sum of RGB (Red+Green+Blue) = 17+29+246=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 246 (96.48% from 255 or 84.25% from 292); Max value from RGB is 246 - color contains mainly: blue. Hex color #111DF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #111DF6 is #EEE209. Grayscale: #313131. Windows color (decimal): -15655434 or 16129297. OLE color: 16129297.
HSL color Cylindrical-coordinate representation of color #111DF6: hue angle of 236.86º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #111DF6 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 29 | 246 | - |
| CMYK | 0.93 | 0.88 | 0 | 0.04 |
| HSL | 236.86º | 0.93% | 0.52% | - |
| HSV(B) | 236.86º | 0.93% | 0.96% | - |
| XYZ | 17.31 | 7.65 | 87.75 | - |
| YUV | 50.15 | 238.52 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 246 | 0.93 | 0.88 | 0 | 0.04 | 236.86 | 0.93 | 0.52 |
| Hex | 11 | 1D | F6 | 5D | 58 | 0 | 4 | ED | 5D | 34 |
| Octal | 21 | 35 | 366 | 135 | 130 | 0 | 4 | 355 | 135 | 64 |
| Binary | 10001 | 11101 | 11110110 | 1011101 | 1011000 | 0 | 100 | 11101101 | 1011101 | 110100 |
Color Harmonies of #111DF6
Complementary color
Monochromatic Colors of #111DF6
Black with #111DF6
Text Example
Text Example
White with #111DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111DF6; }
p { color: rgb(17,29,246); }
H1.HeaderClassName
{
color: #111DF6;
}
.AnyTagClassName
{
color: #111DF6;
}
</style>
background-color css
<style>
a { background-color: #111DF6; }
a { background-color: rgb(17,29,246); }
div.DivClassName
{
background-color: #111DF6;
}
.BgClassName
{
background-color: #111DF6;
}
</style>
border-color css
<style>
span { border-color: #111DF6; }
span { border-color: rgb(17,29,246); }
td.TdClassName
{
border-color: #111DF6;
}
.TagClassName
{
border-color: #111DF6;
}
</style>