Shades of Persian Blue #172FED
Tints of Persian Blue #172FED
RGB
CMYK
RGB Variations
Color information
#172FED (or 0x172FED) is known color: Persian Blue. HEX triplet: 17, 2F and ED. RGB value is (23,47,237). Sum of RGB (Red+Green+Blue) = 23+47+237=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #172FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172FED is #E8D012. Grayscale: #3C3C3C. Windows color (decimal): -15257619 or 15544087. OLE color: 15544087.
HSL color Cylindrical-coordinate representation of color #172FED: hue angle of 233.27º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172FED is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 47 | 237 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.07 |
| HSL | 233.27º | 0.86% | 0.51% | - |
| HSV(B) | 233.27º | 0.9% | 0.93% | - |
| XYZ | 16.66 | 8.33 | 80.85 | - |
| YUV | 61.48 | 227.05 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 237 | 0.90 | 0.80 | 0 | 0.07 | 233.27 | 0.86 | 0.51 |
| Hex | 17 | 2F | ED | 5A | 50 | 0 | 7 | E9 | 56 | 33 |
| Octal | 27 | 57 | 355 | 132 | 120 | 0 | 7 | 351 | 126 | 63 |
| Binary | 10111 | 101111 | 11101101 | 1011010 | 1010000 | 0 | 111 | 11101001 | 1010110 | 110011 |
Color Harmonies of #172FED
Complementary color
Monochromatic Colors of #172FED
Black with #172FED
Text Example
Text Example
White with #172FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FED; }
p { color: rgb(23,47,237); }
H1.HeaderClassName
{
color: #172FED;
}
.AnyTagClassName
{
color: #172FED;
}
</style>
background-color css
<style>
a { background-color: #172FED; }
a { background-color: rgb(23,47,237); }
div.DivClassName
{
background-color: #172FED;
}
.BgClassName
{
background-color: #172FED;
}
</style>
border-color css
<style>
span { border-color: #172FED; }
span { border-color: rgb(23,47,237); }
td.TdClassName
{
border-color: #172FED;
}
.TagClassName
{
border-color: #172FED;
}
</style>