Shades of Persian Blue #1740ED
Tints of Persian Blue #1740ED
RGB
CMYK
RGB Variations
Color information
#1740ED (or 0x1740ED) is known color: Persian Blue. HEX triplet: 17, 40 and ED. RGB value is (23,64,237). Sum of RGB (Red+Green+Blue) = 23+64+237=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #1740ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1740ED is #E8BF12. Grayscale: #464646. Windows color (decimal): -15253267 or 15548439. OLE color: 15548439.
HSL color Cylindrical-coordinate representation of color #1740ED: hue angle of 228.5º 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 #1740ED is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 64 | 237 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.07 |
| HSL | 228.5º | 0.86% | 0.51% | - |
| HSV(B) | 228.5º | 0.9% | 0.93% | - |
| XYZ | 17.47 | 9.96 | 81.12 | - |
| YUV | 71.46 | 221.42 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 237 | 0.90 | 0.73 | 0 | 0.07 | 228.5 | 0.86 | 0.51 |
| Hex | 17 | 40 | ED | 5A | 49 | 0 | 7 | E5 | 56 | 33 |
| Octal | 27 | 100 | 355 | 132 | 111 | 0 | 7 | 345 | 126 | 63 |
| Binary | 10111 | 1000000 | 11101101 | 1011010 | 1001001 | 0 | 111 | 11100101 | 1010110 | 110011 |
Color Harmonies of #1740ED
Complementary color
Monochromatic Colors of #1740ED
Black with #1740ED
Text Example
Text Example
White with #1740ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740ED; }
p { color: rgb(23,64,237); }
H1.HeaderClassName
{
color: #1740ED;
}
.AnyTagClassName
{
color: #1740ED;
}
</style>
background-color css
<style>
a { background-color: #1740ED; }
a { background-color: rgb(23,64,237); }
div.DivClassName
{
background-color: #1740ED;
}
.BgClassName
{
background-color: #1740ED;
}
</style>
border-color css
<style>
span { border-color: #1740ED; }
span { border-color: rgb(23,64,237); }
td.TdClassName
{
border-color: #1740ED;
}
.TagClassName
{
border-color: #1740ED;
}
</style>