Shades of Persian Blue #1729DD
Tints of Persian Blue #1729DD
RGB
CMYK
RGB Variations
Color information
#1729DD (or 0x1729DD) is known color: Persian Blue. HEX triplet: 17, 29 and DD. RGB value is (23,41,221). Sum of RGB (Red+Green+Blue) = 23+41+221=285 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.07% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #1729DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1729DD is #E8D622. Grayscale: #373737. Windows color (decimal): -15259171 or 14493975. OLE color: 14493975.
HSL color Cylindrical-coordinate representation of color #1729DD: hue angle of 234.55º 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 #1729DD is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 41 | 221 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.13 |
| HSL | 234.55º | 0.81% | 0.48% | - |
| HSV(B) | 234.55º | 0.9% | 0.87% | - |
| XYZ | 14.2 | 6.99 | 69.01 | - |
| YUV | 56.14 | 221.04 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 221 | 0.90 | 0.81 | 0 | 0.13 | 234.55 | 0.81 | 0.48 |
| Hex | 17 | 29 | DD | 5A | 51 | 0 | D | EB | 51 | 30 |
| Octal | 27 | 51 | 335 | 132 | 121 | 0 | 15 | 353 | 121 | 60 |
| Binary | 10111 | 101001 | 11011101 | 1011010 | 1010001 | 0 | 1101 | 11101011 | 1010001 | 110000 |
Color Harmonies of #1729DD
Complementary color
Monochromatic Colors of #1729DD
Black with #1729DD
Text Example
Text Example
White with #1729DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1729DD; }
p { color: rgb(23,41,221); }
H1.HeaderClassName
{
color: #1729DD;
}
.AnyTagClassName
{
color: #1729DD;
}
</style>
background-color css
<style>
a { background-color: #1729DD; }
a { background-color: rgb(23,41,221); }
div.DivClassName
{
background-color: #1729DD;
}
.BgClassName
{
background-color: #1729DD;
}
</style>
border-color css
<style>
span { border-color: #1729DD; }
span { border-color: rgb(23,41,221); }
td.TdClassName
{
border-color: #1729DD;
}
.TagClassName
{
border-color: #1729DD;
}
</style>