Shades of Persian Blue #1441F7
Tints of Persian Blue #1441F7
RGB
CMYK
RGB Variations
Color information
#1441F7 (or 0x1441F7) is known color: Persian Blue. HEX triplet: 14, 41 and F7. RGB value is (20,65,247). Sum of RGB (Red+Green+Blue) = 20+65+247=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #1441F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1441F7 is #EBBE08. Grayscale: #474747. Windows color (decimal): -15449609 or 16204052. OLE color: 16204052.
HSL color Cylindrical-coordinate representation of color #1441F7: hue angle of 228.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1441F7 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 20 | 65 | 247 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.03 |
| HSL | 228.11º | 0.93% | 0.52% | - |
| HSV(B) | 228.11º | 0.92% | 0.97% | - |
| XYZ | 18.97 | 10.64 | 89.05 | - |
| YUV | 72.29 | 226.59 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 247 | 0.92 | 0.74 | 0 | 0.03 | 228.11 | 0.93 | 0.52 |
| Hex | 14 | 41 | F7 | 5C | 4A | 0 | 3 | E4 | 5D | 34 |
| Octal | 24 | 101 | 367 | 134 | 112 | 0 | 3 | 344 | 135 | 64 |
| Binary | 10100 | 1000001 | 11110111 | 1011100 | 1001010 | 0 | 11 | 11100100 | 1011101 | 110100 |
Color Harmonies of #1441F7
Complementary color
Monochromatic Colors of #1441F7
Black with #1441F7
Text Example
Text Example
White with #1441F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1441F7; }
p { color: rgb(20,65,247); }
H1.HeaderClassName
{
color: #1441F7;
}
.AnyTagClassName
{
color: #1441F7;
}
</style>
background-color css
<style>
a { background-color: #1441F7; }
a { background-color: rgb(20,65,247); }
div.DivClassName
{
background-color: #1441F7;
}
.BgClassName
{
background-color: #1441F7;
}
</style>
border-color css
<style>
span { border-color: #1441F7; }
span { border-color: rgb(20,65,247); }
td.TdClassName
{
border-color: #1441F7;
}
.TagClassName
{
border-color: #1441F7;
}
</style>