Shades of Persian Blue #173FD0
Tints of Persian Blue #173FD0
RGB
CMYK
RGB Variations
Color information
#173FD0 (or 0x173FD0) is known color: Persian Blue. HEX triplet: 17, 3F and D0. RGB value is (23,63,208). Sum of RGB (Red+Green+Blue) = 23+63+208=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 208 (81.64% from 255 or 70.75% from 294); Max value from RGB is 208 - color contains mainly: blue. Hex color #173FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FD0 is #E8C02F. Grayscale: #424242. Windows color (decimal): -15253552 or 13647639. OLE color: 13647639.
HSL color Cylindrical-coordinate representation of color #173FD0: hue angle of 227.03º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173FD0 is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 63 | 208 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.18 |
| HSL | 227.03º | 0.8% | 0.45% | - |
| HSV(B) | 227.03º | 0.89% | 0.82% | - |
| XYZ | 13.52 | 8.29 | 60.56 | - |
| YUV | 67.57 | 207.25 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 208 | 0.89 | 0.70 | 0 | 0.18 | 227.03 | 0.8 | 0.45 |
| Hex | 17 | 3F | D0 | 59 | 46 | 0 | 12 | E3 | 50 | 2D |
| Octal | 27 | 77 | 320 | 131 | 106 | 0 | 22 | 343 | 120 | 55 |
| Binary | 10111 | 111111 | 11010000 | 1011001 | 1000110 | 0 | 10010 | 11100011 | 1010000 | 101101 |
Color Harmonies of #173FD0
Complementary color
Monochromatic Colors of #173FD0
Black with #173FD0
Text Example
Text Example
White with #173FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FD0; }
p { color: rgb(23,63,208); }
H1.HeaderClassName
{
color: #173FD0;
}
.AnyTagClassName
{
color: #173FD0;
}
</style>
background-color css
<style>
a { background-color: #173FD0; }
a { background-color: rgb(23,63,208); }
div.DivClassName
{
background-color: #173FD0;
}
.BgClassName
{
background-color: #173FD0;
}
</style>
border-color css
<style>
span { border-color: #173FD0; }
span { border-color: rgb(23,63,208); }
td.TdClassName
{
border-color: #173FD0;
}
.TagClassName
{
border-color: #173FD0;
}
</style>