Shades of Persian Blue #171DCE
Tints of Persian Blue #171DCE
RGB
CMYK
RGB Variations
Color information
#171DCE (or 0x171DCE) is known color: Persian Blue. HEX triplet: 17, 1D and CE. RGB value is (23,29,206). Sum of RGB (Red+Green+Blue) = 23+29+206=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #171DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171DCE is #E8E231. Grayscale: #2E2E2E. Windows color (decimal): -15262258 or 13507863. OLE color: 13507863.
HSL color Cylindrical-coordinate representation of color #171DCE: hue angle of 238.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171DCE is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 29 | 206 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.19 |
| HSL | 238.03º | 0.8% | 0.45% | - |
| HSV(B) | 238.03º | 0.89% | 0.81% | - |
| XYZ | 11.93 | 5.52 | 58.83 | - |
| YUV | 47.38 | 217.51 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 206 | 0.89 | 0.86 | 0 | 0.19 | 238.03 | 0.8 | 0.45 |
| Hex | 17 | 1D | CE | 59 | 56 | 0 | 13 | EE | 50 | 2D |
| Octal | 27 | 35 | 316 | 131 | 126 | 0 | 23 | 356 | 120 | 55 |
| Binary | 10111 | 11101 | 11001110 | 1011001 | 1010110 | 0 | 10011 | 11101110 | 1010000 | 101101 |
Color Harmonies of #171DCE
Complementary color
Monochromatic Colors of #171DCE
Black with #171DCE
Text Example
Text Example
White with #171DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171DCE; }
p { color: rgb(23,29,206); }
H1.HeaderClassName
{
color: #171DCE;
}
.AnyTagClassName
{
color: #171DCE;
}
</style>
background-color css
<style>
a { background-color: #171DCE; }
a { background-color: rgb(23,29,206); }
div.DivClassName
{
background-color: #171DCE;
}
.BgClassName
{
background-color: #171DCE;
}
</style>
border-color css
<style>
span { border-color: #171DCE; }
span { border-color: rgb(23,29,206); }
td.TdClassName
{
border-color: #171DCE;
}
.TagClassName
{
border-color: #171DCE;
}
</style>