Shades of Persian Blue #172DED
Tints of Persian Blue #172DED
RGB
CMYK
RGB Variations
Color information
#172DED (or 0x172DED) is known color: Persian Blue. HEX triplet: 17, 2D and ED. RGB value is (23,45,237). Sum of RGB (Red+Green+Blue) = 23+45+237=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 237 (92.97% from 255 or 77.70% from 305); Max value from RGB is 237 - color contains mainly: blue. Hex color #172DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172DED is #E8D212. Grayscale: #3B3B3B. Windows color (decimal): -15258131 or 15543575. OLE color: 15543575.
HSL color Cylindrical-coordinate representation of color #172DED: hue angle of 233.83º 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 #172DED is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 45 | 237 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.07 |
| HSL | 233.83º | 0.86% | 0.51% | - |
| HSV(B) | 233.83º | 0.9% | 0.93% | - |
| XYZ | 16.58 | 8.17 | 80.82 | - |
| YUV | 60.31 | 227.71 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 237 | 0.90 | 0.81 | 0 | 0.07 | 233.83 | 0.86 | 0.51 |
| Hex | 17 | 2D | ED | 5A | 51 | 0 | 7 | EA | 56 | 33 |
| Octal | 27 | 55 | 355 | 132 | 121 | 0 | 7 | 352 | 126 | 63 |
| Binary | 10111 | 101101 | 11101101 | 1011010 | 1010001 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #172DED
Complementary color
Monochromatic Colors of #172DED
Black with #172DED
Text Example
Text Example
White with #172DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DED; }
p { color: rgb(23,45,237); }
H1.HeaderClassName
{
color: #172DED;
}
.AnyTagClassName
{
color: #172DED;
}
</style>
background-color css
<style>
a { background-color: #172DED; }
a { background-color: rgb(23,45,237); }
div.DivClassName
{
background-color: #172DED;
}
.BgClassName
{
background-color: #172DED;
}
</style>
border-color css
<style>
span { border-color: #172DED; }
span { border-color: rgb(23,45,237); }
td.TdClassName
{
border-color: #172DED;
}
.TagClassName
{
border-color: #172DED;
}
</style>