Shades of Medium Blue #171CCC
Tints of Medium Blue #171CCC
RGB
CMYK
RGB Variations
Color information
#171CCC (or 0x171CCC) is known color: Medium Blue. HEX triplet: 17, 1C and CC. RGB value is (23,28,204). Sum of RGB (Red+Green+Blue) = 23+28+204=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #171CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CCC is #E8E333. Grayscale: #2D2D2D. Windows color (decimal): -15262516 or 13376535. OLE color: 13376535.
HSL color Cylindrical-coordinate representation of color #171CCC: hue angle of 238.34º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171CCC is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 28 | 204 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.2 |
| HSL | 238.34º | 0.8% | 0.45% | - |
| HSV(B) | 238.34º | 0.89% | 0.8% | - |
| XYZ | 11.67 | 5.37 | 57.55 | - |
| YUV | 46.57 | 216.84 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 204 | 0.89 | 0.86 | 0 | 0.2 | 238.34 | 0.8 | 0.45 |
| Hex | 17 | 1C | CC | 59 | 56 | 0 | 14 | EE | 50 | 2D |
| Octal | 27 | 34 | 314 | 131 | 126 | 0 | 24 | 356 | 120 | 55 |
| Binary | 10111 | 11100 | 11001100 | 1011001 | 1010110 | 0 | 10100 | 11101110 | 1010000 | 101101 |
Color Harmonies of #171CCC
Complementary color
Monochromatic Colors of #171CCC
Black with #171CCC
Text Example
Text Example
White with #171CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CCC; }
p { color: rgb(23,28,204); }
H1.HeaderClassName
{
color: #171CCC;
}
.AnyTagClassName
{
color: #171CCC;
}
</style>
background-color css
<style>
a { background-color: #171CCC; }
a { background-color: rgb(23,28,204); }
div.DivClassName
{
background-color: #171CCC;
}
.BgClassName
{
background-color: #171CCC;
}
</style>
border-color css
<style>
span { border-color: #171CCC; }
span { border-color: rgb(23,28,204); }
td.TdClassName
{
border-color: #171CCC;
}
.TagClassName
{
border-color: #171CCC;
}
</style>