Shades of Persian Blue #1744F1
Tints of Persian Blue #1744F1
RGB
CMYK
RGB Variations
Color information
#1744F1 (or 0x1744F1) is known color: Persian Blue. HEX triplet: 17, 44 and F1. RGB value is (23,68,241). Sum of RGB (Red+Green+Blue) = 23+68+241=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 241 (94.53% from 255 or 72.59% from 332); Max value from RGB is 241 - color contains mainly: blue. Hex color #1744F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1744F1 is #E8BB0E. Grayscale: #494949. Windows color (decimal): -15252239 or 15811607. OLE color: 15811607.
HSL color Cylindrical-coordinate representation of color #1744F1: hue angle of 227.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1744F1 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 68 | 241 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.05 |
| HSL | 227.61º | 0.89% | 0.52% | - |
| HSV(B) | 227.61º | 0.9% | 0.95% | - |
| XYZ | 18.3 | 10.67 | 84.31 | - |
| YUV | 74.27 | 222.09 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 241 | 0.90 | 0.72 | 0 | 0.05 | 227.61 | 0.89 | 0.52 |
| Hex | 17 | 44 | F1 | 5A | 48 | 0 | 5 | E4 | 59 | 34 |
| Octal | 27 | 104 | 361 | 132 | 110 | 0 | 5 | 344 | 131 | 64 |
| Binary | 10111 | 1000100 | 11110001 | 1011010 | 1001000 | 0 | 101 | 11100100 | 1011001 | 110100 |
Color Harmonies of #1744F1
Complementary color
Monochromatic Colors of #1744F1
Black with #1744F1
Text Example
Text Example
White with #1744F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1744F1; }
p { color: rgb(23,68,241); }
H1.HeaderClassName
{
color: #1744F1;
}
.AnyTagClassName
{
color: #1744F1;
}
</style>
background-color css
<style>
a { background-color: #1744F1; }
a { background-color: rgb(23,68,241); }
div.DivClassName
{
background-color: #1744F1;
}
.BgClassName
{
background-color: #1744F1;
}
</style>
border-color css
<style>
span { border-color: #1744F1; }
span { border-color: rgb(23,68,241); }
td.TdClassName
{
border-color: #1744F1;
}
.TagClassName
{
border-color: #1744F1;
}
</style>