Shades of Blue #170CEC
Tints of Blue #170CEC
RGB
CMYK
RGB Variations
Color information
#170CEC (or 0x170CEC) is known color: Blue. HEX triplet: 17, 0C and EC. RGB value is (23,12,236). Sum of RGB (Red+Green+Blue) = 23+12+236=271 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.49% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 236 (92.58% from 255 or 87.08% from 271); Max value from RGB is 236 - color contains mainly: blue. Hex color #170CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #170CEC is #E8F313. Grayscale: #272727. Windows color (decimal): -15266580 or 15469591. OLE color: 15469591.
HSL color Cylindrical-coordinate representation of color #170CEC: hue angle of 242.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170CEC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 12 | 236 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.07 |
| HSL | 242.95º | 0.9% | 0.49% | - |
| HSV(B) | 242.95º | 0.95% | 0.93% | - |
| XYZ | 15.63 | 6.5 | 79.79 | - |
| YUV | 40.83 | 238.14 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 236 | 0.90 | 0.95 | 0 | 0.07 | 242.95 | 0.9 | 0.49 |
| Hex | 17 | C | EC | 5A | 5F | 0 | 7 | F3 | 5A | 31 |
| Octal | 27 | 14 | 354 | 132 | 137 | 0 | 7 | 363 | 132 | 61 |
| Binary | 10111 | 1100 | 11101100 | 1011010 | 1011111 | 0 | 111 | 11110011 | 1011010 | 110001 |
Color Harmonies of #170CEC
Complementary color
Monochromatic Colors of #170CEC
Black with #170CEC
Text Example
Text Example
White with #170CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CEC; }
p { color: rgb(23,12,236); }
H1.HeaderClassName
{
color: #170CEC;
}
.AnyTagClassName
{
color: #170CEC;
}
</style>
background-color css
<style>
a { background-color: #170CEC; }
a { background-color: rgb(23,12,236); }
div.DivClassName
{
background-color: #170CEC;
}
.BgClassName
{
background-color: #170CEC;
}
</style>
border-color css
<style>
span { border-color: #170CEC; }
span { border-color: rgb(23,12,236); }
td.TdClassName
{
border-color: #170CEC;
}
.TagClassName
{
border-color: #170CEC;
}
</style>