Shades of Medium Blue #171DD4
Tints of Medium Blue #171DD4
RGB
CMYK
RGB Variations
Color information
#171DD4 (or 0x171DD4) is known color: Medium Blue. HEX triplet: 17, 1D and D4. RGB value is (23,29,212). Sum of RGB (Red+Green+Blue) = 23+29+212=264 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.71% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 212 (83.20% from 255 or 80.30% from 264); Max value from RGB is 212 - color contains mainly: blue. Hex color #171DD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DD4 is #E8E22B. Grayscale: #2F2F2F. Windows color (decimal): -15262252 or 13901079. OLE color: 13901079.
HSL color Cylindrical-coordinate representation of color #171DD4: hue angle of 238.1º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171DD4 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 23 | 29 | 212 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.17 |
| HSL | 238.1º | 0.8% | 0.46% | - |
| HSV(B) | 238.1º | 0.89% | 0.83% | - |
| XYZ | 12.68 | 5.81 | 62.74 | - |
| YUV | 48.07 | 220.51 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 212 | 0.89 | 0.86 | 0 | 0.17 | 238.1 | 0.8 | 0.46 |
| Hex | 17 | 1D | D4 | 59 | 56 | 0 | 11 | EE | 50 | 2E |
| Octal | 27 | 35 | 324 | 131 | 126 | 0 | 21 | 356 | 120 | 56 |
| Binary | 10111 | 11101 | 11010100 | 1011001 | 1010110 | 0 | 10001 | 11101110 | 1010000 | 101110 |
Color Harmonies of #171DD4
Complementary color
Monochromatic Colors of #171DD4
Black with #171DD4
Text Example
Text Example
White with #171DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DD4; }
p { color: rgb(23,29,212); }
H1.HeaderClassName
{
color: #171DD4;
}
.AnyTagClassName
{
color: #171DD4;
}
</style>
background-color css
<style>
a { background-color: #171DD4; }
a { background-color: rgb(23,29,212); }
div.DivClassName
{
background-color: #171DD4;
}
.BgClassName
{
background-color: #171DD4;
}
</style>
border-color css
<style>
span { border-color: #171DD4; }
span { border-color: rgb(23,29,212); }
td.TdClassName
{
border-color: #171DD4;
}
.TagClassName
{
border-color: #171DD4;
}
</style>