Shades of Persian Blue #173EE0
Tints of Persian Blue #173EE0
RGB
CMYK
RGB Variations
Color information
#173EE0 (or 0x173EE0) is known color: Persian Blue. HEX triplet: 17, 3E and E0. RGB value is (23,62,224). Sum of RGB (Red+Green+Blue) = 23+62+224=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #173EE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173EE0 is #E8C11F. Grayscale: #444444. Windows color (decimal): -15253792 or 14695959. OLE color: 14695959.
HSL color Cylindrical-coordinate representation of color #173EE0: hue angle of 228.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173EE0 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 23 | 62 | 224 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.12 |
| HSL | 228.36º | 0.81% | 0.48% | - |
| HSV(B) | 228.36º | 0.9% | 0.88% | - |
| XYZ | 15.53 | 9.01 | 71.44 | - |
| YUV | 68.81 | 215.58 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 224 | 0.90 | 0.72 | 0 | 0.12 | 228.36 | 0.81 | 0.48 |
| Hex | 17 | 3E | E0 | 5A | 48 | 0 | C | E4 | 51 | 30 |
| Octal | 27 | 76 | 340 | 132 | 110 | 0 | 14 | 344 | 121 | 60 |
| Binary | 10111 | 111110 | 11100000 | 1011010 | 1001000 | 0 | 1100 | 11100100 | 1010001 | 110000 |
Color Harmonies of #173EE0
Complementary color
Monochromatic Colors of #173EE0
Black with #173EE0
Text Example
Text Example
White with #173EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173EE0; }
p { color: rgb(23,62,224); }
H1.HeaderClassName
{
color: #173EE0;
}
.AnyTagClassName
{
color: #173EE0;
}
</style>
background-color css
<style>
a { background-color: #173EE0; }
a { background-color: rgb(23,62,224); }
div.DivClassName
{
background-color: #173EE0;
}
.BgClassName
{
background-color: #173EE0;
}
</style>
border-color css
<style>
span { border-color: #173EE0; }
span { border-color: rgb(23,62,224); }
td.TdClassName
{
border-color: #173EE0;
}
.TagClassName
{
border-color: #173EE0;
}
</style>