Shades of Blue #171CEC
Tints of Blue #171CEC
RGB
CMYK
RGB Variations
Color information
#171CEC (or 0x171CEC) is known color: Blue. HEX triplet: 17, 1C and EC. RGB value is (23,28,236). Sum of RGB (Red+Green+Blue) = 23+28+236=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #171CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171CEC is #E8E313. Grayscale: #313131. Windows color (decimal): -15262484 or 15473687. OLE color: 15473687.
HSL color Cylindrical-coordinate representation of color #171CEC: hue angle of 238.59º 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 #171CEC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 28 | 236 | - |
| CMYK | 0.90 | 0.88 | 0 | 0.07 |
| HSL | 238.59º | 0.85% | 0.51% | - |
| HSV(B) | 238.59º | 0.9% | 0.93% | - |
| XYZ | 15.91 | 7.07 | 79.88 | - |
| YUV | 50.22 | 232.84 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 236 | 0.90 | 0.88 | 0 | 0.07 | 238.59 | 0.85 | 0.51 |
| Hex | 17 | 1C | EC | 5A | 58 | 0 | 7 | EF | 55 | 33 |
| Octal | 27 | 34 | 354 | 132 | 130 | 0 | 7 | 357 | 125 | 63 |
| Binary | 10111 | 11100 | 11101100 | 1011010 | 1011000 | 0 | 111 | 11101111 | 1010101 | 110011 |
Color Harmonies of #171CEC
Complementary color
Monochromatic Colors of #171CEC
Black with #171CEC
Text Example
Text Example
White with #171CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CEC; }
p { color: rgb(23,28,236); }
H1.HeaderClassName
{
color: #171CEC;
}
.AnyTagClassName
{
color: #171CEC;
}
</style>
background-color css
<style>
a { background-color: #171CEC; }
a { background-color: rgb(23,28,236); }
div.DivClassName
{
background-color: #171CEC;
}
.BgClassName
{
background-color: #171CEC;
}
</style>
border-color css
<style>
span { border-color: #171CEC; }
span { border-color: rgb(23,28,236); }
td.TdClassName
{
border-color: #171CEC;
}
.TagClassName
{
border-color: #171CEC;
}
</style>