Shades of Medium Blue #170EDF
Tints of Medium Blue #170EDF
RGB
CMYK
RGB Variations
Color information
#170EDF (or 0x170EDF) is known color: Medium Blue. HEX triplet: 17, 0E and DF. RGB value is (23,14,223). Sum of RGB (Red+Green+Blue) = 23+14+223=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 223 (87.5% from 255 or 85.77% from 260); Max value from RGB is 223 - color contains mainly: blue. Hex color #170EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170EDF is #E8F120. Grayscale: #272727. Windows color (decimal): -15266081 or 14618135. OLE color: 14618135.
HSL color Cylindrical-coordinate representation of color #170EDF: hue angle of 242.58º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170EDF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 14 | 223 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.13 |
| HSL | 242.58º | 0.88% | 0.46% | - |
| HSV(B) | 242.58º | 0.94% | 0.87% | - |
| XYZ | 13.83 | 5.82 | 70.21 | - |
| YUV | 40.52 | 230.98 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 14 | 223 | 0.90 | 0.94 | 0 | 0.13 | 242.58 | 0.88 | 0.46 |
| Hex | 17 | E | DF | 5A | 5E | 0 | D | F3 | 58 | 2E |
| Octal | 27 | 16 | 337 | 132 | 136 | 0 | 15 | 363 | 130 | 56 |
| Binary | 10111 | 1110 | 11011111 | 1011010 | 1011110 | 0 | 1101 | 11110011 | 1011000 | 101110 |
Color Harmonies of #170EDF
Complementary color
Monochromatic Colors of #170EDF
Black with #170EDF
Text Example
Text Example
White with #170EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170EDF; }
p { color: rgb(23,14,223); }
H1.HeaderClassName
{
color: #170EDF;
}
.AnyTagClassName
{
color: #170EDF;
}
</style>
background-color css
<style>
a { background-color: #170EDF; }
a { background-color: rgb(23,14,223); }
div.DivClassName
{
background-color: #170EDF;
}
.BgClassName
{
background-color: #170EDF;
}
</style>
border-color css
<style>
span { border-color: #170EDF; }
span { border-color: rgb(23,14,223); }
td.TdClassName
{
border-color: #170EDF;
}
.TagClassName
{
border-color: #170EDF;
}
</style>