Shades of Persian Blue #1744D7
Tints of Persian Blue #1744D7
RGB
CMYK
RGB Variations
Color information
#1744D7 (or 0x1744D7) is known color: Persian Blue. HEX triplet: 17, 44 and D7. RGB value is (23,68,215). Sum of RGB (Red+Green+Blue) = 23+68+215=306 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.52% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 215 (84.38% from 255 or 70.26% from 306); Max value from RGB is 215 - color contains mainly: blue. Hex color #1744D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1744D7 is #E8BB28. Grayscale: #464646. Windows color (decimal): -15252265 or 14107671. OLE color: 14107671.
HSL color Cylindrical-coordinate representation of color #1744D7: hue angle of 225.94º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1744D7 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 68 | 215 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.16 |
| HSL | 225.94º | 0.81% | 0.47% | - |
| HSV(B) | 225.94º | 0.89% | 0.84% | - |
| XYZ | 14.69 | 9.22 | 65.3 | - |
| YUV | 71.3 | 209.09 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 215 | 0.89 | 0.68 | 0 | 0.16 | 225.94 | 0.81 | 0.47 |
| Hex | 17 | 44 | D7 | 59 | 44 | 0 | 10 | E2 | 51 | 2F |
| Octal | 27 | 104 | 327 | 131 | 104 | 0 | 20 | 342 | 121 | 57 |
| Binary | 10111 | 1000100 | 11010111 | 1011001 | 1000100 | 0 | 10000 | 11100010 | 1010001 | 101111 |
Color Harmonies of #1744D7
Complementary color
Monochromatic Colors of #1744D7
Black with #1744D7
Text Example
Text Example
White with #1744D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1744D7; }
p { color: rgb(23,68,215); }
H1.HeaderClassName
{
color: #1744D7;
}
.AnyTagClassName
{
color: #1744D7;
}
</style>
background-color css
<style>
a { background-color: #1744D7; }
a { background-color: rgb(23,68,215); }
div.DivClassName
{
background-color: #1744D7;
}
.BgClassName
{
background-color: #1744D7;
}
</style>
border-color css
<style>
span { border-color: #1744D7; }
span { border-color: rgb(23,68,215); }
td.TdClassName
{
border-color: #1744D7;
}
.TagClassName
{
border-color: #1744D7;
}
</style>