Shades of Persian Blue #142DDF
Tints of Persian Blue #142DDF
RGB
CMYK
RGB Variations
Color information
#142DDF (or 0x142DDF) is known color: Persian Blue. HEX triplet: 14, 2D and DF. RGB value is (20,45,223). Sum of RGB (Red+Green+Blue) = 20+45+223=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #142DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #142DDF is #EBD220. Grayscale: #393939. Windows color (decimal): -15454753 or 14626068. OLE color: 14626068.
HSL color Cylindrical-coordinate representation of color #142DDF: hue angle of 232.61º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #142DDF is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 45 | 223 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.13 |
| HSL | 232.61º | 0.84% | 0.48% | - |
| HSV(B) | 232.61º | 0.91% | 0.87% | - |
| XYZ | 14.55 | 7.35 | 70.46 | - |
| YUV | 57.82 | 221.22 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 45 | 223 | 0.91 | 0.80 | 0 | 0.13 | 232.61 | 0.84 | 0.48 |
| Hex | 14 | 2D | DF | 5B | 50 | 0 | D | E9 | 54 | 30 |
| Octal | 24 | 55 | 337 | 133 | 120 | 0 | 15 | 351 | 124 | 60 |
| Binary | 10100 | 101101 | 11011111 | 1011011 | 1010000 | 0 | 1101 | 11101001 | 1010100 | 110000 |
Color Harmonies of #142DDF
Complementary color
Monochromatic Colors of #142DDF
Black with #142DDF
Text Example
Text Example
White with #142DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142DDF; }
p { color: rgb(20,45,223); }
H1.HeaderClassName
{
color: #142DDF;
}
.AnyTagClassName
{
color: #142DDF;
}
</style>
background-color css
<style>
a { background-color: #142DDF; }
a { background-color: rgb(20,45,223); }
div.DivClassName
{
background-color: #142DDF;
}
.BgClassName
{
background-color: #142DDF;
}
</style>
border-color css
<style>
span { border-color: #142DDF; }
span { border-color: rgb(20,45,223); }
td.TdClassName
{
border-color: #142DDF;
}
.TagClassName
{
border-color: #142DDF;
}
</style>