Shades of Persian Blue #172BDF
Tints of Persian Blue #172BDF
RGB
CMYK
RGB Variations
Color information
#172BDF (or 0x172BDF) is known color: Persian Blue. HEX triplet: 17, 2B and DF. RGB value is (23,43,223). Sum of RGB (Red+Green+Blue) = 23+43+223=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #172BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BDF is #E8D420. Grayscale: #383838. Windows color (decimal): -15258657 or 14625559. OLE color: 14625559.
HSL color Cylindrical-coordinate representation of color #172BDF: hue angle of 234º 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 #172BDF is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 43 | 223 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.13 |
| HSL | 234º | 0.81% | 0.48% | - |
| HSV(B) | 234º | 0.9% | 0.87% | - |
| XYZ | 14.54 | 7.24 | 70.44 | - |
| YUV | 57.54 | 221.37 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 223 | 0.90 | 0.81 | 0 | 0.13 | 234 | 0.81 | 0.48 |
| Hex | 17 | 2B | DF | 5A | 51 | 0 | D | EA | 51 | 30 |
| Octal | 27 | 53 | 337 | 132 | 121 | 0 | 15 | 352 | 121 | 60 |
| Binary | 10111 | 101011 | 11011111 | 1011010 | 1010001 | 0 | 1101 | 11101010 | 1010001 | 110000 |
Color Harmonies of #172BDF
Complementary color
Monochromatic Colors of #172BDF
Black with #172BDF
Text Example
Text Example
White with #172BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BDF; }
p { color: rgb(23,43,223); }
H1.HeaderClassName
{
color: #172BDF;
}
.AnyTagClassName
{
color: #172BDF;
}
</style>
background-color css
<style>
a { background-color: #172BDF; }
a { background-color: rgb(23,43,223); }
div.DivClassName
{
background-color: #172BDF;
}
.BgClassName
{
background-color: #172BDF;
}
</style>
border-color css
<style>
span { border-color: #172BDF; }
span { border-color: rgb(23,43,223); }
td.TdClassName
{
border-color: #172BDF;
}
.TagClassName
{
border-color: #172BDF;
}
</style>