Shades of Persian Blue #173FDF
Tints of Persian Blue #173FDF
RGB
CMYK
RGB Variations
Color information
#173FDF (or 0x173FDF) is known color: Persian Blue. HEX triplet: 17, 3F and DF. RGB value is (23,63,223). Sum of RGB (Red+Green+Blue) = 23+63+223=309 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.44% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #173FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FDF is #E8C020. Grayscale: #444444. Windows color (decimal): -15253537 or 14630679. OLE color: 14630679.
HSL color Cylindrical-coordinate representation of color #173FDF: hue angle of 228º 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 #173FDF is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 63 | 223 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.13 |
| HSL | 228º | 0.81% | 0.48% | - |
| HSV(B) | 228º | 0.9% | 0.87% | - |
| XYZ | 15.45 | 9.06 | 70.75 | - |
| YUV | 69.28 | 214.75 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 223 | 0.90 | 0.72 | 0 | 0.13 | 228 | 0.81 | 0.48 |
| Hex | 17 | 3F | DF | 5A | 48 | 0 | D | E4 | 51 | 30 |
| Octal | 27 | 77 | 337 | 132 | 110 | 0 | 15 | 344 | 121 | 60 |
| Binary | 10111 | 111111 | 11011111 | 1011010 | 1001000 | 0 | 1101 | 11100100 | 1010001 | 110000 |
Color Harmonies of #173FDF
Complementary color
Monochromatic Colors of #173FDF
Black with #173FDF
Text Example
Text Example
White with #173FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FDF; }
p { color: rgb(23,63,223); }
H1.HeaderClassName
{
color: #173FDF;
}
.AnyTagClassName
{
color: #173FDF;
}
</style>
background-color css
<style>
a { background-color: #173FDF; }
a { background-color: rgb(23,63,223); }
div.DivClassName
{
background-color: #173FDF;
}
.BgClassName
{
background-color: #173FDF;
}
</style>
border-color css
<style>
span { border-color: #173FDF; }
span { border-color: rgb(23,63,223); }
td.TdClassName
{
border-color: #173FDF;
}
.TagClassName
{
border-color: #173FDF;
}
</style>