Shades of Persian Blue #142FDD
Tints of Persian Blue #142FDD
RGB
CMYK
RGB Variations
Color information
#142FDD (or 0x142FDD) is known color: Persian Blue. HEX triplet: 14, 2F and DD. RGB value is (20,47,221). Sum of RGB (Red+Green+Blue) = 20+47+221=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #142FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142FDD is #EBD022. Grayscale: #3A3A3A. Windows color (decimal): -15454243 or 14495508. OLE color: 14495508.
HSL color Cylindrical-coordinate representation of color #142FDD: hue angle of 231.94º 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 #142FDD is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 47 | 221 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.13 |
| HSL | 231.94º | 0.83% | 0.47% | - |
| HSV(B) | 231.94º | 0.91% | 0.87% | - |
| XYZ | 14.36 | 7.4 | 69.08 | - |
| YUV | 58.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 221 | 0.91 | 0.79 | 0 | 0.13 | 231.94 | 0.83 | 0.47 |
| Hex | 14 | 2F | DD | 5B | 4F | 0 | D | E8 | 53 | 2F |
| Octal | 24 | 57 | 335 | 133 | 117 | 0 | 15 | 350 | 123 | 57 |
| Binary | 10100 | 101111 | 11011101 | 1011011 | 1001111 | 0 | 1101 | 11101000 | 1010011 | 101111 |
Color Harmonies of #142FDD
Complementary color
Monochromatic Colors of #142FDD
Black with #142FDD
Text Example
Text Example
White with #142FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142FDD; }
p { color: rgb(20,47,221); }
H1.HeaderClassName
{
color: #142FDD;
}
.AnyTagClassName
{
color: #142FDD;
}
</style>
background-color css
<style>
a { background-color: #142FDD; }
a { background-color: rgb(20,47,221); }
div.DivClassName
{
background-color: #142FDD;
}
.BgClassName
{
background-color: #142FDD;
}
</style>
border-color css
<style>
span { border-color: #142FDD; }
span { border-color: rgb(20,47,221); }
td.TdClassName
{
border-color: #142FDD;
}
.TagClassName
{
border-color: #142FDD;
}
</style>