Shades of Persian Blue #171DCF
Tints of Persian Blue #171DCF
RGB
CMYK
RGB Variations
Color information
#171DCF (or 0x171DCF) is known color: Persian Blue. HEX triplet: 17, 1D and CF. RGB value is (23,29,207). Sum of RGB (Red+Green+Blue) = 23+29+207=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 207 (81.25% from 255 or 79.92% from 259); Max value from RGB is 207 - color contains mainly: blue. Hex color #171DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DCF is #E8E230. Grayscale: #2E2E2E. Windows color (decimal): -15262257 or 13573399. OLE color: 13573399.
HSL color Cylindrical-coordinate representation of color #171DCF: hue angle of 238.04º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171DCF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 29 | 207 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.19 |
| HSL | 238.04º | 0.8% | 0.45% | - |
| HSV(B) | 238.04º | 0.89% | 0.81% | - |
| XYZ | 12.06 | 5.57 | 59.47 | - |
| YUV | 47.5 | 218.01 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 207 | 0.89 | 0.86 | 0 | 0.19 | 238.04 | 0.8 | 0.45 |
| Hex | 17 | 1D | CF | 59 | 56 | 0 | 13 | EE | 50 | 2D |
| Octal | 27 | 35 | 317 | 131 | 126 | 0 | 23 | 356 | 120 | 55 |
| Binary | 10111 | 11101 | 11001111 | 1011001 | 1010110 | 0 | 10011 | 11101110 | 1010000 | 101101 |
Color Harmonies of #171DCF
Complementary color
Monochromatic Colors of #171DCF
Black with #171DCF
Text Example
Text Example
White with #171DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DCF; }
p { color: rgb(23,29,207); }
H1.HeaderClassName
{
color: #171DCF;
}
.AnyTagClassName
{
color: #171DCF;
}
</style>
background-color css
<style>
a { background-color: #171DCF; }
a { background-color: rgb(23,29,207); }
div.DivClassName
{
background-color: #171DCF;
}
.BgClassName
{
background-color: #171DCF;
}
</style>
border-color css
<style>
span { border-color: #171DCF; }
span { border-color: rgb(23,29,207); }
td.TdClassName
{
border-color: #171DCF;
}
.TagClassName
{
border-color: #171DCF;
}
</style>