Shades of Blue #171DEC
Tints of Blue #171DEC
RGB
CMYK
RGB Variations
Color information
#171DEC (or 0x171DEC) is known color: Blue. HEX triplet: 17, 1D and EC. RGB value is (23,29,236). Sum of RGB (Red+Green+Blue) = 23+29+236=288 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.99% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 236 (92.58% from 255 or 81.94% from 288); Max value from RGB is 236 - color contains mainly: blue. Hex color #171DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171DEC is #E8E213. Grayscale: #313131. Windows color (decimal): -15262228 or 15473943. OLE color: 15473943.
HSL color Cylindrical-coordinate representation of color #171DEC: hue angle of 238.31º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171DEC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 29 | 236 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.07 |
| HSL | 238.31º | 0.85% | 0.51% | - |
| HSV(B) | 238.31º | 0.9% | 0.93% | - |
| XYZ | 15.93 | 7.12 | 79.89 | - |
| YUV | 50.8 | 232.51 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 236 | 0.90 | 0.88 | 0 | 0.07 | 238.31 | 0.85 | 0.51 |
| Hex | 17 | 1D | EC | 5A | 58 | 0 | 7 | EE | 55 | 33 |
| Octal | 27 | 35 | 354 | 132 | 130 | 0 | 7 | 356 | 125 | 63 |
| Binary | 10111 | 11101 | 11101100 | 1011010 | 1011000 | 0 | 111 | 11101110 | 1010101 | 110011 |
Color Harmonies of #171DEC
Complementary color
Monochromatic Colors of #171DEC
Black with #171DEC
Text Example
Text Example
White with #171DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DEC; }
p { color: rgb(23,29,236); }
H1.HeaderClassName
{
color: #171DEC;
}
.AnyTagClassName
{
color: #171DEC;
}
</style>
background-color css
<style>
a { background-color: #171DEC; }
a { background-color: rgb(23,29,236); }
div.DivClassName
{
background-color: #171DEC;
}
.BgClassName
{
background-color: #171DEC;
}
</style>
border-color css
<style>
span { border-color: #171DEC; }
span { border-color: rgb(23,29,236); }
td.TdClassName
{
border-color: #171DEC;
}
.TagClassName
{
border-color: #171DEC;
}
</style>