Shades of Persian Blue #1445DD
Tints of Persian Blue #1445DD
RGB
CMYK
RGB Variations
Color information
#1445DD (or 0x1445DD) is known color: Persian Blue. HEX triplet: 14, 45 and DD. RGB value is (20,69,221). Sum of RGB (Red+Green+Blue) = 20+69+221=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #1445DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1445DD is #EBBA22. Grayscale: #474747. Windows color (decimal): -15448611 or 14501140. OLE color: 14501140.
HSL color Cylindrical-coordinate representation of color #1445DD: hue angle of 225.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1445DD is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 69 | 221 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.13 |
| HSL | 225.37º | 0.83% | 0.47% | - |
| HSV(B) | 225.37º | 0.91% | 0.87% | - |
| XYZ | 15.47 | 9.63 | 69.45 | - |
| YUV | 71.68 | 212.27 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 221 | 0.91 | 0.69 | 0 | 0.13 | 225.37 | 0.83 | 0.47 |
| Hex | 14 | 45 | DD | 5B | 45 | 0 | D | E1 | 53 | 2F |
| Octal | 24 | 105 | 335 | 133 | 105 | 0 | 15 | 341 | 123 | 57 |
| Binary | 10100 | 1000101 | 11011101 | 1011011 | 1000101 | 0 | 1101 | 11100001 | 1010011 | 101111 |
Color Harmonies of #1445DD
Complementary color
Monochromatic Colors of #1445DD
Black with #1445DD
Text Example
Text Example
White with #1445DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1445DD; }
p { color: rgb(20,69,221); }
H1.HeaderClassName
{
color: #1445DD;
}
.AnyTagClassName
{
color: #1445DD;
}
</style>
background-color css
<style>
a { background-color: #1445DD; }
a { background-color: rgb(20,69,221); }
div.DivClassName
{
background-color: #1445DD;
}
.BgClassName
{
background-color: #1445DD;
}
</style>
border-color css
<style>
span { border-color: #1445DD; }
span { border-color: rgb(20,69,221); }
td.TdClassName
{
border-color: #1445DD;
}
.TagClassName
{
border-color: #1445DD;
}
</style>