Shades of Persian Blue #1444DD
Tints of Persian Blue #1444DD
RGB
CMYK
RGB Variations
Color information
#1444DD (or 0x1444DD) is known color: Persian Blue. HEX triplet: 14, 44 and DD. RGB value is (20,68,221). Sum of RGB (Red+Green+Blue) = 20+68+221=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #1444DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1444DD is #EBBB22. Grayscale: #464646. Windows color (decimal): -15448867 or 14500884. OLE color: 14500884.
HSL color Cylindrical-coordinate representation of color #1444DD: hue angle of 225.67º 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 #1444DD is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 68 | 221 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.13 |
| HSL | 225.67º | 0.83% | 0.47% | - |
| HSV(B) | 225.67º | 0.91% | 0.87% | - |
| XYZ | 15.41 | 9.5 | 69.43 | - |
| YUV | 71.09 | 212.6 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 68 | 221 | 0.91 | 0.69 | 0 | 0.13 | 225.67 | 0.83 | 0.47 |
| Hex | 14 | 44 | DD | 5B | 45 | 0 | D | E2 | 53 | 2F |
| Octal | 24 | 104 | 335 | 133 | 105 | 0 | 15 | 342 | 123 | 57 |
| Binary | 10100 | 1000100 | 11011101 | 1011011 | 1000101 | 0 | 1101 | 11100010 | 1010011 | 101111 |
Color Harmonies of #1444DD
Complementary color
Monochromatic Colors of #1444DD
Black with #1444DD
Text Example
Text Example
White with #1444DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1444DD; }
p { color: rgb(20,68,221); }
H1.HeaderClassName
{
color: #1444DD;
}
.AnyTagClassName
{
color: #1444DD;
}
</style>
background-color css
<style>
a { background-color: #1444DD; }
a { background-color: rgb(20,68,221); }
div.DivClassName
{
background-color: #1444DD;
}
.BgClassName
{
background-color: #1444DD;
}
</style>
border-color css
<style>
span { border-color: #1444DD; }
span { border-color: rgb(20,68,221); }
td.TdClassName
{
border-color: #1444DD;
}
.TagClassName
{
border-color: #1444DD;
}
</style>