Shades of Persian Blue #1741EE
Tints of Persian Blue #1741EE
RGB
CMYK
RGB Variations
Color information
#1741EE (or 0x1741EE) is known color: Persian Blue. HEX triplet: 17, 41 and EE. RGB value is (23,65,238). Sum of RGB (Red+Green+Blue) = 23+65+238=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 238 (93.36% from 255 or 73.01% from 326); Max value from RGB is 238 - color contains mainly: blue. Hex color #1741EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1741EE is #E8BE11. Grayscale: #474747. Windows color (decimal): -15253010 or 15614231. OLE color: 15614231.
HSL color Cylindrical-coordinate representation of color #1741EE: hue angle of 228.28º 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 #1741EE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 65 | 238 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.07 |
| HSL | 228.28º | 0.86% | 0.51% | - |
| HSV(B) | 228.28º | 0.9% | 0.93% | - |
| XYZ | 17.68 | 10.14 | 81.91 | - |
| YUV | 72.16 | 221.59 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 65 | 238 | 0.90 | 0.73 | 0 | 0.07 | 228.28 | 0.86 | 0.51 |
| Hex | 17 | 41 | EE | 5A | 49 | 0 | 7 | E4 | 56 | 33 |
| Octal | 27 | 101 | 356 | 132 | 111 | 0 | 7 | 344 | 126 | 63 |
| Binary | 10111 | 1000001 | 11101110 | 1011010 | 1001001 | 0 | 111 | 11100100 | 1010110 | 110011 |
Color Harmonies of #1741EE
Complementary color
Monochromatic Colors of #1741EE
Black with #1741EE
Text Example
Text Example
White with #1741EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1741EE; }
p { color: rgb(23,65,238); }
H1.HeaderClassName
{
color: #1741EE;
}
.AnyTagClassName
{
color: #1741EE;
}
</style>
background-color css
<style>
a { background-color: #1741EE; }
a { background-color: rgb(23,65,238); }
div.DivClassName
{
background-color: #1741EE;
}
.BgClassName
{
background-color: #1741EE;
}
</style>
border-color css
<style>
span { border-color: #1741EE; }
span { border-color: rgb(23,65,238); }
td.TdClassName
{
border-color: #1741EE;
}
.TagClassName
{
border-color: #1741EE;
}
</style>