Shades of Persian Blue #1722DF
Tints of Persian Blue #1722DF
RGB
CMYK
RGB Variations
Color information
#1722DF (or 0x1722DF) is known color: Persian Blue. HEX triplet: 17, 22 and DF. RGB value is (23,34,223). Sum of RGB (Red+Green+Blue) = 23+34+223=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 223 (87.5% from 255 or 79.64% from 280); Max value from RGB is 223 - color contains mainly: blue. Hex color #1722DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1722DF is #E8DD20. Grayscale: #333333. Windows color (decimal): -15260961 or 14623255. OLE color: 14623255.
HSL color Cylindrical-coordinate representation of color #1722DF: hue angle of 236.7º 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 #1722DF is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 34 | 223 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.13 |
| HSL | 236.7º | 0.81% | 0.48% | - |
| HSV(B) | 236.7º | 0.9% | 0.87% | - |
| XYZ | 14.24 | 6.65 | 70.35 | - |
| YUV | 52.26 | 224.36 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 223 | 0.90 | 0.85 | 0 | 0.13 | 236.7 | 0.81 | 0.48 |
| Hex | 17 | 22 | DF | 5A | 55 | 0 | D | ED | 51 | 30 |
| Octal | 27 | 42 | 337 | 132 | 125 | 0 | 15 | 355 | 121 | 60 |
| Binary | 10111 | 100010 | 11011111 | 1011010 | 1010101 | 0 | 1101 | 11101101 | 1010001 | 110000 |
Color Harmonies of #1722DF
Complementary color
Monochromatic Colors of #1722DF
Black with #1722DF
Text Example
Text Example
White with #1722DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1722DF; }
p { color: rgb(23,34,223); }
H1.HeaderClassName
{
color: #1722DF;
}
.AnyTagClassName
{
color: #1722DF;
}
</style>
background-color css
<style>
a { background-color: #1722DF; }
a { background-color: rgb(23,34,223); }
div.DivClassName
{
background-color: #1722DF;
}
.BgClassName
{
background-color: #1722DF;
}
</style>
border-color css
<style>
span { border-color: #1722DF; }
span { border-color: rgb(23,34,223); }
td.TdClassName
{
border-color: #1722DF;
}
.TagClassName
{
border-color: #1722DF;
}
</style>