Shades of Persian Blue #172EED
Tints of Persian Blue #172EED
RGB
CMYK
RGB Variations
Color information
#172EED (or 0x172EED) is known color: Persian Blue. HEX triplet: 17, 2E and ED. RGB value is (23,46,237). Sum of RGB (Red+Green+Blue) = 23+46+237=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #172EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172EED is #E8D112. Grayscale: #3C3C3C. Windows color (decimal): -15257875 or 15543831. OLE color: 15543831.
HSL color Cylindrical-coordinate representation of color #172EED: hue angle of 233.55º 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 #172EED is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 46 | 237 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.07 |
| HSL | 233.55º | 0.86% | 0.51% | - |
| HSV(B) | 233.55º | 0.9% | 0.93% | - |
| XYZ | 16.62 | 8.25 | 80.84 | - |
| YUV | 60.9 | 227.38 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 46 | 237 | 0.90 | 0.81 | 0 | 0.07 | 233.55 | 0.86 | 0.51 |
| Hex | 17 | 2E | ED | 5A | 51 | 0 | 7 | EA | 56 | 33 |
| Octal | 27 | 56 | 355 | 132 | 121 | 0 | 7 | 352 | 126 | 63 |
| Binary | 10111 | 101110 | 11101101 | 1011010 | 1010001 | 0 | 111 | 11101010 | 1010110 | 110011 |
Color Harmonies of #172EED
Complementary color
Monochromatic Colors of #172EED
Black with #172EED
Text Example
Text Example
White with #172EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172EED; }
p { color: rgb(23,46,237); }
H1.HeaderClassName
{
color: #172EED;
}
.AnyTagClassName
{
color: #172EED;
}
</style>
background-color css
<style>
a { background-color: #172EED; }
a { background-color: rgb(23,46,237); }
div.DivClassName
{
background-color: #172EED;
}
.BgClassName
{
background-color: #172EED;
}
</style>
border-color css
<style>
span { border-color: #172EED; }
span { border-color: rgb(23,46,237); }
td.TdClassName
{
border-color: #172EED;
}
.TagClassName
{
border-color: #172EED;
}
</style>