Shades of Persian Blue #172DDD
Tints of Persian Blue #172DDD
RGB
CMYK
RGB Variations
Color information
#172DDD (or 0x172DDD) is known color: Persian Blue. HEX triplet: 17, 2D and DD. RGB value is (23,45,221). Sum of RGB (Red+Green+Blue) = 23+45+221=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #172DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DDD is #E8D222. Grayscale: #393939. Windows color (decimal): -15258147 or 14494999. OLE color: 14494999.
HSL color Cylindrical-coordinate representation of color #172DDD: hue angle of 233.33º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172DDD is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 45 | 221 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.13 |
| HSL | 233.33º | 0.81% | 0.48% | - |
| HSV(B) | 233.33º | 0.9% | 0.87% | - |
| XYZ | 14.34 | 7.28 | 69.06 | - |
| YUV | 58.49 | 219.71 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 221 | 0.90 | 0.80 | 0 | 0.13 | 233.33 | 0.81 | 0.48 |
| Hex | 17 | 2D | DD | 5A | 50 | 0 | D | E9 | 51 | 30 |
| Octal | 27 | 55 | 335 | 132 | 120 | 0 | 15 | 351 | 121 | 60 |
| Binary | 10111 | 101101 | 11011101 | 1011010 | 1010000 | 0 | 1101 | 11101001 | 1010001 | 110000 |
Color Harmonies of #172DDD
Complementary color
Monochromatic Colors of #172DDD
Black with #172DDD
Text Example
Text Example
White with #172DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DDD; }
p { color: rgb(23,45,221); }
H1.HeaderClassName
{
color: #172DDD;
}
.AnyTagClassName
{
color: #172DDD;
}
</style>
background-color css
<style>
a { background-color: #172DDD; }
a { background-color: rgb(23,45,221); }
div.DivClassName
{
background-color: #172DDD;
}
.BgClassName
{
background-color: #172DDD;
}
</style>
border-color css
<style>
span { border-color: #172DDD; }
span { border-color: rgb(23,45,221); }
td.TdClassName
{
border-color: #172DDD;
}
.TagClassName
{
border-color: #172DDD;
}
</style>