Shades of Persian Blue #171DCD
Tints of Persian Blue #171DCD
RGB
CMYK
RGB Variations
Color information
#171DCD (or 0x171DCD) is known color: Persian Blue. HEX triplet: 17, 1D and CD. RGB value is (23,29,205). Sum of RGB (Red+Green+Blue) = 23+29+205=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #171DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DCD is #E8E232. Grayscale: #2E2E2E. Windows color (decimal): -15262259 or 13442327. OLE color: 13442327.
HSL color Cylindrical-coordinate representation of color #171DCD: hue angle of 238.02º 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 #171DCD is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 29 | 205 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.20 |
| HSL | 238.02º | 0.8% | 0.45% | - |
| HSV(B) | 238.02º | 0.89% | 0.8% | - |
| XYZ | 11.81 | 5.47 | 58.19 | - |
| YUV | 47.27 | 217.01 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 205 | 0.89 | 0.86 | 0 | 0.20 | 238.02 | 0.8 | 0.45 |
| Hex | 17 | 1D | CD | 59 | 56 | 0 | 14 | EE | 50 | 2D |
| Octal | 27 | 35 | 315 | 131 | 126 | 0 | 24 | 356 | 120 | 55 |
| Binary | 10111 | 11101 | 11001101 | 1011001 | 1010110 | 0 | 10100 | 11101110 | 1010000 | 101101 |
Color Harmonies of #171DCD
Complementary color
Monochromatic Colors of #171DCD
Black with #171DCD
Text Example
Text Example
White with #171DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DCD; }
p { color: rgb(23,29,205); }
H1.HeaderClassName
{
color: #171DCD;
}
.AnyTagClassName
{
color: #171DCD;
}
</style>
background-color css
<style>
a { background-color: #171DCD; }
a { background-color: rgb(23,29,205); }
div.DivClassName
{
background-color: #171DCD;
}
.BgClassName
{
background-color: #171DCD;
}
</style>
border-color css
<style>
span { border-color: #171DCD; }
span { border-color: rgb(23,29,205); }
td.TdClassName
{
border-color: #171DCD;
}
.TagClassName
{
border-color: #171DCD;
}
</style>