Shades of Medium Blue #170CE0
Tints of Medium Blue #170CE0
RGB
CMYK
RGB Variations
Color information
#170CE0 (or 0x170CE0) is known color: Medium Blue. HEX triplet: 17, 0C and E0. RGB value is (23,12,224). Sum of RGB (Red+Green+Blue) = 23+12+224=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 224 (87.89% from 255 or 86.49% from 259); Max value from RGB is 224 - color contains mainly: blue. Hex color #170CE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170CE0 is #E8F31F. Grayscale: #262626. Windows color (decimal): -15266592 or 14683159. OLE color: 14683159.
HSL color Cylindrical-coordinate representation of color #170CE0: hue angle of 243.11º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170CE0 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 12 | 224 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.12 |
| HSL | 243.11º | 0.9% | 0.46% | - |
| HSV(B) | 243.11º | 0.95% | 0.88% | - |
| XYZ | 13.94 | 5.83 | 70.91 | - |
| YUV | 39.46 | 232.14 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 224 | 0.90 | 0.95 | 0 | 0.12 | 243.11 | 0.9 | 0.46 |
| Hex | 17 | C | E0 | 5A | 5F | 0 | C | F3 | 5A | 2E |
| Octal | 27 | 14 | 340 | 132 | 137 | 0 | 14 | 363 | 132 | 56 |
| Binary | 10111 | 1100 | 11100000 | 1011010 | 1011111 | 0 | 1100 | 11110011 | 1011010 | 101110 |
Color Harmonies of #170CE0
Complementary color
Monochromatic Colors of #170CE0
Black with #170CE0
Text Example
Text Example
White with #170CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CE0; }
p { color: rgb(23,12,224); }
H1.HeaderClassName
{
color: #170CE0;
}
.AnyTagClassName
{
color: #170CE0;
}
</style>
background-color css
<style>
a { background-color: #170CE0; }
a { background-color: rgb(23,12,224); }
div.DivClassName
{
background-color: #170CE0;
}
.BgClassName
{
background-color: #170CE0;
}
</style>
border-color css
<style>
span { border-color: #170CE0; }
span { border-color: rgb(23,12,224); }
td.TdClassName
{
border-color: #170CE0;
}
.TagClassName
{
border-color: #170CE0;
}
</style>