Shades of Persian Blue #1424DD
Tints of Persian Blue #1424DD
RGB
CMYK
RGB Variations
Color information
#1424DD (or 0x1424DD) is known color: Persian Blue. HEX triplet: 14, 24 and DD. RGB value is (20,36,221). Sum of RGB (Red+Green+Blue) = 20+36+221=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #1424DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1424DD is #EBDB22. Grayscale: #333333. Windows color (decimal): -15457059 or 14492692. OLE color: 14492692.
HSL color Cylindrical-coordinate representation of color #1424DD: hue angle of 235.22º 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 #1424DD is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 36 | 221 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.13 |
| HSL | 235.22º | 0.83% | 0.47% | - |
| HSV(B) | 235.22º | 0.91% | 0.87% | - |
| XYZ | 13.97 | 6.63 | 68.95 | - |
| YUV | 52.31 | 223.2 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 221 | 0.91 | 0.84 | 0 | 0.13 | 235.22 | 0.83 | 0.47 |
| Hex | 14 | 24 | DD | 5B | 54 | 0 | D | EB | 53 | 2F |
| Octal | 24 | 44 | 335 | 133 | 124 | 0 | 15 | 353 | 123 | 57 |
| Binary | 10100 | 100100 | 11011101 | 1011011 | 1010100 | 0 | 1101 | 11101011 | 1010011 | 101111 |
Color Harmonies of #1424DD
Complementary color
Monochromatic Colors of #1424DD
Black with #1424DD
Text Example
Text Example
White with #1424DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1424DD; }
p { color: rgb(20,36,221); }
H1.HeaderClassName
{
color: #1424DD;
}
.AnyTagClassName
{
color: #1424DD;
}
</style>
background-color css
<style>
a { background-color: #1424DD; }
a { background-color: rgb(20,36,221); }
div.DivClassName
{
background-color: #1424DD;
}
.BgClassName
{
background-color: #1424DD;
}
</style>
border-color css
<style>
span { border-color: #1424DD; }
span { border-color: rgb(20,36,221); }
td.TdClassName
{
border-color: #1424DD;
}
.TagClassName
{
border-color: #1424DD;
}
</style>