Shades of Persian Blue #1447ED
Tints of Persian Blue #1447ED
RGB
CMYK
RGB Variations
Color information
#1447ED (or 0x1447ED) is known color: Persian Blue. HEX triplet: 14, 47 and ED. RGB value is (20,71,237). Sum of RGB (Red+Green+Blue) = 20+71+237=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #1447ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1447ED is #EBB812. Grayscale: #494949. Windows color (decimal): -15448083 or 15550228. OLE color: 15550228.
HSL color Cylindrical-coordinate representation of color #1447ED: hue angle of 225.9º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1447ED is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 71 | 237 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.07 |
| HSL | 225.9º | 0.86% | 0.5% | - |
| HSV(B) | 225.9º | 0.92% | 0.93% | - |
| XYZ | 17.83 | 10.77 | 81.26 | - |
| YUV | 74.68 | 219.6 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 237 | 0.92 | 0.70 | 0 | 0.07 | 225.9 | 0.86 | 0.5 |
| Hex | 14 | 47 | ED | 5C | 46 | 0 | 7 | E2 | 56 | 32 |
| Octal | 24 | 107 | 355 | 134 | 106 | 0 | 7 | 342 | 126 | 62 |
| Binary | 10100 | 1000111 | 11101101 | 1011100 | 1000110 | 0 | 111 | 11100010 | 1010110 | 110010 |
Color Harmonies of #1447ED
Complementary color
Monochromatic Colors of #1447ED
Black with #1447ED
Text Example
Text Example
White with #1447ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1447ED; }
p { color: rgb(20,71,237); }
H1.HeaderClassName
{
color: #1447ED;
}
.AnyTagClassName
{
color: #1447ED;
}
</style>
background-color css
<style>
a { background-color: #1447ED; }
a { background-color: rgb(20,71,237); }
div.DivClassName
{
background-color: #1447ED;
}
.BgClassName
{
background-color: #1447ED;
}
</style>
border-color css
<style>
span { border-color: #1447ED; }
span { border-color: rgb(20,71,237); }
td.TdClassName
{
border-color: #1447ED;
}
.TagClassName
{
border-color: #1447ED;
}
</style>