Shades of Persian Blue #172EDC
Tints of Persian Blue #172EDC
RGB
CMYK
RGB Variations
Color information
#172EDC (or 0x172EDC) is known color: Persian Blue. HEX triplet: 17, 2E and DC. RGB value is (23,46,220). Sum of RGB (Red+Green+Blue) = 23+46+220=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #172EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172EDC is #E8D123. Grayscale: #3A3A3A. Windows color (decimal): -15257892 or 14429719. OLE color: 14429719.
HSL color Cylindrical-coordinate representation of color #172EDC: hue angle of 232.99º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172EDC is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 46 | 220 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.14 |
| HSL | 232.99º | 0.81% | 0.48% | - |
| HSV(B) | 232.99º | 0.9% | 0.86% | - |
| XYZ | 14.25 | 7.3 | 68.37 | - |
| YUV | 58.96 | 218.88 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 220 | 0.90 | 0.79 | 0 | 0.14 | 232.99 | 0.81 | 0.48 |
| Hex | 17 | 2E | DC | 5A | 4F | 0 | E | E9 | 51 | 30 |
| Octal | 27 | 56 | 334 | 132 | 117 | 0 | 16 | 351 | 121 | 60 |
| Binary | 10111 | 101110 | 11011100 | 1011010 | 1001111 | 0 | 1110 | 11101001 | 1010001 | 110000 |
Color Harmonies of #172EDC
Complementary color
Monochromatic Colors of #172EDC
Black with #172EDC
Text Example
Text Example
White with #172EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172EDC; }
p { color: rgb(23,46,220); }
H1.HeaderClassName
{
color: #172EDC;
}
.AnyTagClassName
{
color: #172EDC;
}
</style>
background-color css
<style>
a { background-color: #172EDC; }
a { background-color: rgb(23,46,220); }
div.DivClassName
{
background-color: #172EDC;
}
.BgClassName
{
background-color: #172EDC;
}
</style>
border-color css
<style>
span { border-color: #172EDC; }
span { border-color: rgb(23,46,220); }
td.TdClassName
{
border-color: #172EDC;
}
.TagClassName
{
border-color: #172EDC;
}
</style>