Shades of Persian Blue #1728DD
Tints of Persian Blue #1728DD
RGB
CMYK
RGB Variations
Color information
#1728DD (or 0x1728DD) is known color: Persian Blue. HEX triplet: 17, 28 and DD. RGB value is (23,40,221). Sum of RGB (Red+Green+Blue) = 23+40+221=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #1728DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1728DD is #E8D722. Grayscale: #363636. Windows color (decimal): -15259427 or 14493719. OLE color: 14493719.
HSL color Cylindrical-coordinate representation of color #1728DD: hue angle of 234.85º 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 #1728DD is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 40 | 221 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.13 |
| HSL | 234.85º | 0.81% | 0.48% | - |
| HSV(B) | 234.85º | 0.9% | 0.87% | - |
| XYZ | 14.16 | 6.92 | 69 | - |
| YUV | 55.55 | 221.37 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 221 | 0.90 | 0.82 | 0 | 0.13 | 234.85 | 0.81 | 0.48 |
| Hex | 17 | 28 | DD | 5A | 52 | 0 | D | EB | 51 | 30 |
| Octal | 27 | 50 | 335 | 132 | 122 | 0 | 15 | 353 | 121 | 60 |
| Binary | 10111 | 101000 | 11011101 | 1011010 | 1010010 | 0 | 1101 | 11101011 | 1010001 | 110000 |
Color Harmonies of #1728DD
Complementary color
Monochromatic Colors of #1728DD
Black with #1728DD
Text Example
Text Example
White with #1728DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1728DD; }
p { color: rgb(23,40,221); }
H1.HeaderClassName
{
color: #1728DD;
}
.AnyTagClassName
{
color: #1728DD;
}
</style>
background-color css
<style>
a { background-color: #1728DD; }
a { background-color: rgb(23,40,221); }
div.DivClassName
{
background-color: #1728DD;
}
.BgClassName
{
background-color: #1728DD;
}
</style>
border-color css
<style>
span { border-color: #1728DD; }
span { border-color: rgb(23,40,221); }
td.TdClassName
{
border-color: #1728DD;
}
.TagClassName
{
border-color: #1728DD;
}
</style>