Shades of Persian Blue #1740F0
Tints of Persian Blue #1740F0
RGB
CMYK
RGB Variations
Color information
#1740F0 (or 0x1740F0) is known color: Persian Blue. HEX triplet: 17, 40 and F0. RGB value is (23,64,240). Sum of RGB (Red+Green+Blue) = 23+64+240=327 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.03% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 240 (94.14% from 255 or 73.39% from 327); Max value from RGB is 240 - color contains mainly: blue. Hex color #1740F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1740F0 is #E8BF0F. Grayscale: #474747. Windows color (decimal): -15253264 or 15745047. OLE color: 15745047.
HSL color Cylindrical-coordinate representation of color #1740F0: hue angle of 228.66º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1740F0 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 64 | 240 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.06 |
| HSL | 228.66º | 0.88% | 0.52% | - |
| HSV(B) | 228.66º | 0.9% | 0.94% | - |
| XYZ | 17.91 | 10.14 | 83.45 | - |
| YUV | 71.81 | 222.92 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 64 | 240 | 0.90 | 0.73 | 0 | 0.06 | 228.66 | 0.88 | 0.52 |
| Hex | 17 | 40 | F0 | 5A | 49 | 0 | 6 | E5 | 58 | 34 |
| Octal | 27 | 100 | 360 | 132 | 111 | 0 | 6 | 345 | 130 | 64 |
| Binary | 10111 | 1000000 | 11110000 | 1011010 | 1001001 | 0 | 110 | 11100101 | 1011000 | 110100 |
Color Harmonies of #1740F0
Complementary color
Monochromatic Colors of #1740F0
Black with #1740F0
Text Example
Text Example
White with #1740F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1740F0; }
p { color: rgb(23,64,240); }
H1.HeaderClassName
{
color: #1740F0;
}
.AnyTagClassName
{
color: #1740F0;
}
</style>
background-color css
<style>
a { background-color: #1740F0; }
a { background-color: rgb(23,64,240); }
div.DivClassName
{
background-color: #1740F0;
}
.BgClassName
{
background-color: #1740F0;
}
</style>
border-color css
<style>
span { border-color: #1740F0; }
span { border-color: rgb(23,64,240); }
td.TdClassName
{
border-color: #1740F0;
}
.TagClassName
{
border-color: #1740F0;
}
</style>