Shades of Medium Blue #171CCD
Tints of Medium Blue #171CCD
RGB
CMYK
RGB Variations
Color information
#171CCD (or 0x171CCD) is known color: Medium Blue. HEX triplet: 17, 1C and CD. RGB value is (23,28,205). Sum of RGB (Red+Green+Blue) = 23+28+205=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #171CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CCD is #E8E332. Grayscale: #2D2D2D. Windows color (decimal): -15262515 or 13442071. OLE color: 13442071.
HSL color Cylindrical-coordinate representation of color #171CCD: hue angle of 238.35º 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 #171CCD is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 28 | 205 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.20 |
| HSL | 238.35º | 0.8% | 0.45% | - |
| HSV(B) | 238.35º | 0.89% | 0.8% | - |
| XYZ | 11.79 | 5.42 | 58.18 | - |
| YUV | 46.68 | 217.34 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 205 | 0.89 | 0.86 | 0 | 0.20 | 238.35 | 0.8 | 0.45 |
| Hex | 17 | 1C | CD | 59 | 56 | 0 | 14 | EE | 50 | 2D |
| Octal | 27 | 34 | 315 | 131 | 126 | 0 | 24 | 356 | 120 | 55 |
| Binary | 10111 | 11100 | 11001101 | 1011001 | 1010110 | 0 | 10100 | 11101110 | 1010000 | 101101 |
Color Harmonies of #171CCD
Complementary color
Monochromatic Colors of #171CCD
Black with #171CCD
Text Example
Text Example
White with #171CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CCD; }
p { color: rgb(23,28,205); }
H1.HeaderClassName
{
color: #171CCD;
}
.AnyTagClassName
{
color: #171CCD;
}
</style>
background-color css
<style>
a { background-color: #171CCD; }
a { background-color: rgb(23,28,205); }
div.DivClassName
{
background-color: #171CCD;
}
.BgClassName
{
background-color: #171CCD;
}
</style>
border-color css
<style>
span { border-color: #171CCD; }
span { border-color: rgb(23,28,205); }
td.TdClassName
{
border-color: #171CCD;
}
.TagClassName
{
border-color: #171CCD;
}
</style>