Shades of Persian Blue #142DD8
Tints of Persian Blue #142DD8
RGB
CMYK
RGB Variations
Color information
#142DD8 (or 0x142DD8) is known color: Persian Blue. HEX triplet: 14, 2D and D8. RGB value is (20,45,216). Sum of RGB (Red+Green+Blue) = 20+45+216=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 216 (84.77% from 255 or 76.87% from 281); Max value from RGB is 216 - color contains mainly: blue. Hex color #142DD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DD8 is #EBD227. Grayscale: #383838. Windows color (decimal): -15454760 or 14167316. OLE color: 14167316.
HSL color Cylindrical-coordinate representation of color #142DD8: hue angle of 232.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142DD8 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 45 | 216 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.15 |
| HSL | 232.35º | 0.83% | 0.46% | - |
| HSV(B) | 232.35º | 0.91% | 0.85% | - |
| XYZ | 13.62 | 6.98 | 65.6 | - |
| YUV | 57.02 | 217.72 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 216 | 0.91 | 0.79 | 0 | 0.15 | 232.35 | 0.83 | 0.46 |
| Hex | 14 | 2D | D8 | 5B | 4F | 0 | F | E8 | 53 | 2E |
| Octal | 24 | 55 | 330 | 133 | 117 | 0 | 17 | 350 | 123 | 56 |
| Binary | 10100 | 101101 | 11011000 | 1011011 | 1001111 | 0 | 1111 | 11101000 | 1010011 | 101110 |
Color Harmonies of #142DD8
Complementary color
Monochromatic Colors of #142DD8
Black with #142DD8
Text Example
Text Example
White with #142DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DD8; }
p { color: rgb(20,45,216); }
H1.HeaderClassName
{
color: #142DD8;
}
.AnyTagClassName
{
color: #142DD8;
}
</style>
background-color css
<style>
a { background-color: #142DD8; }
a { background-color: rgb(20,45,216); }
div.DivClassName
{
background-color: #142DD8;
}
.BgClassName
{
background-color: #142DD8;
}
</style>
border-color css
<style>
span { border-color: #142DD8; }
span { border-color: rgb(20,45,216); }
td.TdClassName
{
border-color: #142DD8;
}
.TagClassName
{
border-color: #142DD8;
}
</style>