Shades of Medium Blue #170ECF
Tints of Medium Blue #170ECF
RGB
CMYK
RGB Variations
Color information
#170ECF (or 0x170ECF) is known color: Medium Blue. HEX triplet: 17, 0E and CF. RGB value is (23,14,207). Sum of RGB (Red+Green+Blue) = 23+14+207=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #170ECF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ECF is #E8F130. Grayscale: #252525. Windows color (decimal): -15266097 or 13569559. OLE color: 13569559.
HSL color Cylindrical-coordinate representation of color #170ECF: hue angle of 242.8º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #170ECF is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 14 | 207 | - |
| CMYK | 0.89 | 0.93 | 0 | 0.19 |
| HSL | 242.8º | 0.87% | 0.43% | - |
| HSV(B) | 242.8º | 0.93% | 0.81% | - |
| XYZ | 11.77 | 5 | 59.38 | - |
| YUV | 38.69 | 222.98 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 207 | 0.89 | 0.93 | 0 | 0.19 | 242.8 | 0.87 | 0.43 |
| Hex | 17 | E | CF | 59 | 5D | 0 | 13 | F3 | 57 | 2B |
| Octal | 27 | 16 | 317 | 131 | 135 | 0 | 23 | 363 | 127 | 53 |
| Binary | 10111 | 1110 | 11001111 | 1011001 | 1011101 | 0 | 10011 | 11110011 | 1010111 | 101011 |
Color Harmonies of #170ECF
Complementary color
Monochromatic Colors of #170ECF
Black with #170ECF
Text Example
Text Example
White with #170ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170ECF; }
p { color: rgb(23,14,207); }
H1.HeaderClassName
{
color: #170ECF;
}
.AnyTagClassName
{
color: #170ECF;
}
</style>
background-color css
<style>
a { background-color: #170ECF; }
a { background-color: rgb(23,14,207); }
div.DivClassName
{
background-color: #170ECF;
}
.BgClassName
{
background-color: #170ECF;
}
</style>
border-color css
<style>
span { border-color: #170ECF; }
span { border-color: rgb(23,14,207); }
td.TdClassName
{
border-color: #170ECF;
}
.TagClassName
{
border-color: #170ECF;
}
</style>