Shades of Persian Blue #172CD9
Tints of Persian Blue #172CD9
RGB
CMYK
RGB Variations
Color information
#172CD9 (or 0x172CD9) is known color: Persian Blue. HEX triplet: 17, 2C and D9. RGB value is (23,44,217). Sum of RGB (Red+Green+Blue) = 23+44+217=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 217 (85.16% from 255 or 76.41% from 284); Max value from RGB is 217 - color contains mainly: blue. Hex color #172CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CD9 is #E8D326. Grayscale: #383838. Windows color (decimal): -15258407 or 14232599. OLE color: 14232599.
HSL color Cylindrical-coordinate representation of color #172CD9: hue angle of 233.51º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172CD9 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 44 | 217 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.15 |
| HSL | 233.51º | 0.81% | 0.47% | - |
| HSV(B) | 233.51º | 0.89% | 0.85% | - |
| XYZ | 13.78 | 6.99 | 66.27 | - |
| YUV | 57.44 | 218.04 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 217 | 0.89 | 0.80 | 0 | 0.15 | 233.51 | 0.81 | 0.47 |
| Hex | 17 | 2C | D9 | 59 | 50 | 0 | F | EA | 51 | 2F |
| Octal | 27 | 54 | 331 | 131 | 120 | 0 | 17 | 352 | 121 | 57 |
| Binary | 10111 | 101100 | 11011001 | 1011001 | 1010000 | 0 | 1111 | 11101010 | 1010001 | 101111 |
Color Harmonies of #172CD9
Complementary color
Monochromatic Colors of #172CD9
Black with #172CD9
Text Example
Text Example
White with #172CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CD9; }
p { color: rgb(23,44,217); }
H1.HeaderClassName
{
color: #172CD9;
}
.AnyTagClassName
{
color: #172CD9;
}
</style>
background-color css
<style>
a { background-color: #172CD9; }
a { background-color: rgb(23,44,217); }
div.DivClassName
{
background-color: #172CD9;
}
.BgClassName
{
background-color: #172CD9;
}
</style>
border-color css
<style>
span { border-color: #172CD9; }
span { border-color: rgb(23,44,217); }
td.TdClassName
{
border-color: #172CD9;
}
.TagClassName
{
border-color: #172CD9;
}
</style>