Shades of Persian Blue #173FDE
Tints of Persian Blue #173FDE
RGB
CMYK
RGB Variations
Color information
#173FDE (or 0x173FDE) is known color: Persian Blue. HEX triplet: 17, 3F and DE. RGB value is (23,63,222). Sum of RGB (Red+Green+Blue) = 23+63+222=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #173FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FDE is #E8C021. Grayscale: #444444. Windows color (decimal): -15253538 or 14565143. OLE color: 14565143.
HSL color Cylindrical-coordinate representation of color #173FDE: hue angle of 227.94º 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 #173FDE is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 63 | 222 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.13 |
| HSL | 227.94º | 0.81% | 0.48% | - |
| HSV(B) | 227.94º | 0.9% | 0.87% | - |
| XYZ | 15.32 | 9.01 | 70.04 | - |
| YUV | 69.17 | 214.25 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 222 | 0.90 | 0.72 | 0 | 0.13 | 227.94 | 0.81 | 0.48 |
| Hex | 17 | 3F | DE | 5A | 48 | 0 | D | E4 | 51 | 30 |
| Octal | 27 | 77 | 336 | 132 | 110 | 0 | 15 | 344 | 121 | 60 |
| Binary | 10111 | 111111 | 11011110 | 1011010 | 1001000 | 0 | 1101 | 11100100 | 1010001 | 110000 |
Color Harmonies of #173FDE
Complementary color
Monochromatic Colors of #173FDE
Black with #173FDE
Text Example
Text Example
White with #173FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FDE; }
p { color: rgb(23,63,222); }
H1.HeaderClassName
{
color: #173FDE;
}
.AnyTagClassName
{
color: #173FDE;
}
</style>
background-color css
<style>
a { background-color: #173FDE; }
a { background-color: rgb(23,63,222); }
div.DivClassName
{
background-color: #173FDE;
}
.BgClassName
{
background-color: #173FDE;
}
</style>
border-color css
<style>
span { border-color: #173FDE; }
span { border-color: rgb(23,63,222); }
td.TdClassName
{
border-color: #173FDE;
}
.TagClassName
{
border-color: #173FDE;
}
</style>