Shades of Medium Blue #170CCD
Tints of Medium Blue #170CCD
RGB
CMYK
RGB Variations
Color information
#170CCD (or 0x170CCD) is known color: Medium Blue. HEX triplet: 17, 0C and CD. RGB value is (23,12,205). Sum of RGB (Red+Green+Blue) = 23+12+205=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 205 (80.47% from 255 or 85.42% from 240); Max value from RGB is 205 - color contains mainly: blue. Hex color #170CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170CCD is #E8F332. Grayscale: #242424. Windows color (decimal): -15266611 or 13437975. OLE color: 13437975.
HSL color Cylindrical-coordinate representation of color #170CCD: hue angle of 243.42º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170CCD is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 12 | 205 | - |
| CMYK | 0.89 | 0.94 | 0 | 0.20 |
| HSL | 243.42º | 0.89% | 0.43% | - |
| HSV(B) | 243.42º | 0.94% | 0.8% | - |
| XYZ | 11.5 | 4.85 | 58.09 | - |
| YUV | 37.29 | 222.64 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 12 | 205 | 0.89 | 0.94 | 0 | 0.20 | 243.42 | 0.89 | 0.43 |
| Hex | 17 | C | CD | 59 | 5E | 0 | 14 | F3 | 59 | 2B |
| Octal | 27 | 14 | 315 | 131 | 136 | 0 | 24 | 363 | 131 | 53 |
| Binary | 10111 | 1100 | 11001101 | 1011001 | 1011110 | 0 | 10100 | 11110011 | 1011001 | 101011 |
Color Harmonies of #170CCD
Complementary color
Monochromatic Colors of #170CCD
Black with #170CCD
Text Example
Text Example
White with #170CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170CCD; }
p { color: rgb(23,12,205); }
H1.HeaderClassName
{
color: #170CCD;
}
.AnyTagClassName
{
color: #170CCD;
}
</style>
background-color css
<style>
a { background-color: #170CCD; }
a { background-color: rgb(23,12,205); }
div.DivClassName
{
background-color: #170CCD;
}
.BgClassName
{
background-color: #170CCD;
}
</style>
border-color css
<style>
span { border-color: #170CCD; }
span { border-color: rgb(23,12,205); }
td.TdClassName
{
border-color: #170CCD;
}
.TagClassName
{
border-color: #170CCD;
}
</style>