Shades of Persian Blue #1446DD
Tints of Persian Blue #1446DD
RGB
CMYK
RGB Variations
Color information
#1446DD (or 0x1446DD) is known color: Persian Blue. HEX triplet: 14, 46 and DD. RGB value is (20,70,221). Sum of RGB (Red+Green+Blue) = 20+70+221=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #1446DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1446DD is #EBB922. Grayscale: #474747. Windows color (decimal): -15448355 or 14501396. OLE color: 14501396.
HSL color Cylindrical-coordinate representation of color #1446DD: hue angle of 225.07º 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 #1446DD is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 70 | 221 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.13 |
| HSL | 225.07º | 0.83% | 0.47% | - |
| HSV(B) | 225.07º | 0.91% | 0.87% | - |
| XYZ | 15.53 | 9.75 | 69.47 | - |
| YUV | 72.26 | 211.94 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 221 | 0.91 | 0.68 | 0 | 0.13 | 225.07 | 0.83 | 0.47 |
| Hex | 14 | 46 | DD | 5B | 44 | 0 | D | E1 | 53 | 2F |
| Octal | 24 | 106 | 335 | 133 | 104 | 0 | 15 | 341 | 123 | 57 |
| Binary | 10100 | 1000110 | 11011101 | 1011011 | 1000100 | 0 | 1101 | 11100001 | 1010011 | 101111 |
Color Harmonies of #1446DD
Complementary color
Monochromatic Colors of #1446DD
Black with #1446DD
Text Example
Text Example
White with #1446DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1446DD; }
p { color: rgb(20,70,221); }
H1.HeaderClassName
{
color: #1446DD;
}
.AnyTagClassName
{
color: #1446DD;
}
</style>
background-color css
<style>
a { background-color: #1446DD; }
a { background-color: rgb(20,70,221); }
div.DivClassName
{
background-color: #1446DD;
}
.BgClassName
{
background-color: #1446DD;
}
</style>
border-color css
<style>
span { border-color: #1446DD; }
span { border-color: rgb(20,70,221); }
td.TdClassName
{
border-color: #1446DD;
}
.TagClassName
{
border-color: #1446DD;
}
</style>