Shades of Blue #171EEC
Tints of Blue #171EEC
RGB
CMYK
RGB Variations
Color information
#171EEC (or 0x171EEC) is known color: Blue. HEX triplet: 17, 1E and EC. RGB value is (23,30,236). Sum of RGB (Red+Green+Blue) = 23+30+236=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #171EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171EEC is #E8E113. Grayscale: #323232. Windows color (decimal): -15261972 or 15474199. OLE color: 15474199.
HSL color Cylindrical-coordinate representation of color #171EEC: hue angle of 238.03º 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 #171EEC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 30 | 236 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.07 |
| HSL | 238.03º | 0.85% | 0.51% | - |
| HSV(B) | 238.03º | 0.9% | 0.93% | - |
| XYZ | 15.96 | 7.17 | 79.9 | - |
| YUV | 51.39 | 232.18 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 236 | 0.90 | 0.87 | 0 | 0.07 | 238.03 | 0.85 | 0.51 |
| Hex | 17 | 1E | EC | 5A | 57 | 0 | 7 | EE | 55 | 33 |
| Octal | 27 | 36 | 354 | 132 | 127 | 0 | 7 | 356 | 125 | 63 |
| Binary | 10111 | 11110 | 11101100 | 1011010 | 1010111 | 0 | 111 | 11101110 | 1010101 | 110011 |
Color Harmonies of #171EEC
Complementary color
Monochromatic Colors of #171EEC
Black with #171EEC
Text Example
Text Example
White with #171EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171EEC; }
p { color: rgb(23,30,236); }
H1.HeaderClassName
{
color: #171EEC;
}
.AnyTagClassName
{
color: #171EEC;
}
</style>
background-color css
<style>
a { background-color: #171EEC; }
a { background-color: rgb(23,30,236); }
div.DivClassName
{
background-color: #171EEC;
}
.BgClassName
{
background-color: #171EEC;
}
</style>
border-color css
<style>
span { border-color: #171EEC; }
span { border-color: rgb(23,30,236); }
td.TdClassName
{
border-color: #171EEC;
}
.TagClassName
{
border-color: #171EEC;
}
</style>