Shades of Persian Blue #172DDB
Tints of Persian Blue #172DDB
RGB
CMYK
RGB Variations
Color information
#172DDB (or 0x172DDB) is known color: Persian Blue. HEX triplet: 17, 2D and DB. RGB value is (23,45,219). Sum of RGB (Red+Green+Blue) = 23+45+219=287 (38% of max value = 765). Red value is 23 (9.38% from 255 or 8.01% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #172DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DDB is #E8D224. Grayscale: #393939. Windows color (decimal): -15258149 or 14363927. OLE color: 14363927.
HSL color Cylindrical-coordinate representation of color #172DDB: hue angle of 233.27º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172DDB is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 45 | 219 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.14 |
| HSL | 233.27º | 0.81% | 0.47% | - |
| HSV(B) | 233.27º | 0.89% | 0.86% | - |
| XYZ | 14.08 | 7.17 | 67.66 | - |
| YUV | 58.26 | 218.71 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 219 | 0.89 | 0.79 | 0 | 0.14 | 233.27 | 0.81 | 0.47 |
| Hex | 17 | 2D | DB | 59 | 4F | 0 | E | E9 | 51 | 2F |
| Octal | 27 | 55 | 333 | 131 | 117 | 0 | 16 | 351 | 121 | 57 |
| Binary | 10111 | 101101 | 11011011 | 1011001 | 1001111 | 0 | 1110 | 11101001 | 1010001 | 101111 |
Color Harmonies of #172DDB
Complementary color
Monochromatic Colors of #172DDB
Black with #172DDB
Text Example
Text Example
White with #172DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DDB; }
p { color: rgb(23,45,219); }
H1.HeaderClassName
{
color: #172DDB;
}
.AnyTagClassName
{
color: #172DDB;
}
</style>
background-color css
<style>
a { background-color: #172DDB; }
a { background-color: rgb(23,45,219); }
div.DivClassName
{
background-color: #172DDB;
}
.BgClassName
{
background-color: #172DDB;
}
</style>
border-color css
<style>
span { border-color: #172DDB; }
span { border-color: rgb(23,45,219); }
td.TdClassName
{
border-color: #172DDB;
}
.TagClassName
{
border-color: #172DDB;
}
</style>