Shades of Persian Blue #1447DF
Tints of Persian Blue #1447DF
RGB
CMYK
RGB Variations
Color information
#1447DF (or 0x1447DF) is known color: Persian Blue. HEX triplet: 14, 47 and DF. RGB value is (20,71,223). Sum of RGB (Red+Green+Blue) = 20+71+223=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #1447DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1447DF is #EBB820. Grayscale: #484848. Windows color (decimal): -15448097 or 14632724. OLE color: 14632724.
HSL color Cylindrical-coordinate representation of color #1447DF: hue angle of 224.93º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1447DF is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 71 | 223 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.13 |
| HSL | 224.93º | 0.84% | 0.48% | - |
| HSV(B) | 224.93º | 0.91% | 0.87% | - |
| XYZ | 15.86 | 9.98 | 70.9 | - |
| YUV | 73.08 | 212.6 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 223 | 0.91 | 0.68 | 0 | 0.13 | 224.93 | 0.84 | 0.48 |
| Hex | 14 | 47 | DF | 5B | 44 | 0 | D | E1 | 54 | 30 |
| Octal | 24 | 107 | 337 | 133 | 104 | 0 | 15 | 341 | 124 | 60 |
| Binary | 10100 | 1000111 | 11011111 | 1011011 | 1000100 | 0 | 1101 | 11100001 | 1010100 | 110000 |
Color Harmonies of #1447DF
Complementary color
Monochromatic Colors of #1447DF
Black with #1447DF
Text Example
Text Example
White with #1447DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1447DF; }
p { color: rgb(20,71,223); }
H1.HeaderClassName
{
color: #1447DF;
}
.AnyTagClassName
{
color: #1447DF;
}
</style>
background-color css
<style>
a { background-color: #1447DF; }
a { background-color: rgb(20,71,223); }
div.DivClassName
{
background-color: #1447DF;
}
.BgClassName
{
background-color: #1447DF;
}
</style>
border-color css
<style>
span { border-color: #1447DF; }
span { border-color: rgb(20,71,223); }
td.TdClassName
{
border-color: #1447DF;
}
.TagClassName
{
border-color: #1447DF;
}
</style>