Shades of Persian Blue #173EDD
Tints of Persian Blue #173EDD
RGB
CMYK
RGB Variations
Color information
#173EDD (or 0x173EDD) is known color: Persian Blue. HEX triplet: 17, 3E and DD. RGB value is (23,62,221). Sum of RGB (Red+Green+Blue) = 23+62+221=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #173EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173EDD is #E8C122. Grayscale: #434343. Windows color (decimal): -15253795 or 14499351. OLE color: 14499351.
HSL color Cylindrical-coordinate representation of color #173EDD: hue angle of 228.18º 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 #173EDD is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 62 | 221 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.13 |
| HSL | 228.18º | 0.81% | 0.48% | - |
| HSV(B) | 228.18º | 0.9% | 0.87% | - |
| XYZ | 15.13 | 8.85 | 69.32 | - |
| YUV | 68.47 | 214.08 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 221 | 0.90 | 0.72 | 0 | 0.13 | 228.18 | 0.81 | 0.48 |
| Hex | 17 | 3E | DD | 5A | 48 | 0 | D | E4 | 51 | 30 |
| Octal | 27 | 76 | 335 | 132 | 110 | 0 | 15 | 344 | 121 | 60 |
| Binary | 10111 | 111110 | 11011101 | 1011010 | 1001000 | 0 | 1101 | 11100100 | 1010001 | 110000 |
Color Harmonies of #173EDD
Complementary color
Monochromatic Colors of #173EDD
Black with #173EDD
Text Example
Text Example
White with #173EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173EDD; }
p { color: rgb(23,62,221); }
H1.HeaderClassName
{
color: #173EDD;
}
.AnyTagClassName
{
color: #173EDD;
}
</style>
background-color css
<style>
a { background-color: #173EDD; }
a { background-color: rgb(23,62,221); }
div.DivClassName
{
background-color: #173EDD;
}
.BgClassName
{
background-color: #173EDD;
}
</style>
border-color css
<style>
span { border-color: #173EDD; }
span { border-color: rgb(23,62,221); }
td.TdClassName
{
border-color: #173EDD;
}
.TagClassName
{
border-color: #173EDD;
}
</style>