Shades of Persian Blue #142CDD
Tints of Persian Blue #142CDD
RGB
CMYK
RGB Variations
Color information
#142CDD (or 0x142CDD) is known color: Persian Blue. HEX triplet: 14, 2C and DD. RGB value is (20,44,221). Sum of RGB (Red+Green+Blue) = 20+44+221=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #142CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142CDD is #EBD322. Grayscale: #383838. Windows color (decimal): -15455011 or 14494740. OLE color: 14494740.
HSL color Cylindrical-coordinate representation of color #142CDD: hue angle of 232.84º 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 #142CDD is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 44 | 221 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.13 |
| HSL | 232.84º | 0.83% | 0.47% | - |
| HSV(B) | 232.84º | 0.91% | 0.87% | - |
| XYZ | 14.24 | 7.17 | 69.04 | - |
| YUV | 57 | 220.55 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 221 | 0.91 | 0.80 | 0 | 0.13 | 232.84 | 0.83 | 0.47 |
| Hex | 14 | 2C | DD | 5B | 50 | 0 | D | E9 | 53 | 2F |
| Octal | 24 | 54 | 335 | 133 | 120 | 0 | 15 | 351 | 123 | 57 |
| Binary | 10100 | 101100 | 11011101 | 1011011 | 1010000 | 0 | 1101 | 11101001 | 1010011 | 101111 |
Color Harmonies of #142CDD
Complementary color
Monochromatic Colors of #142CDD
Black with #142CDD
Text Example
Text Example
White with #142CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142CDD; }
p { color: rgb(20,44,221); }
H1.HeaderClassName
{
color: #142CDD;
}
.AnyTagClassName
{
color: #142CDD;
}
</style>
background-color css
<style>
a { background-color: #142CDD; }
a { background-color: rgb(20,44,221); }
div.DivClassName
{
background-color: #142CDD;
}
.BgClassName
{
background-color: #142CDD;
}
</style>
border-color css
<style>
span { border-color: #142CDD; }
span { border-color: rgb(20,44,221); }
td.TdClassName
{
border-color: #142CDD;
}
.TagClassName
{
border-color: #142CDD;
}
</style>