Shades of Persian Blue #1429D7
Tints of Persian Blue #1429D7
RGB
CMYK
RGB Variations
Color information
#1429D7 (or 0x1429D7) is known color: Persian Blue. HEX triplet: 14, 29 and D7. RGB value is (20,41,215). Sum of RGB (Red+Green+Blue) = 20+41+215=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 215 (84.38% from 255 or 77.90% from 276); Max value from RGB is 215 - color contains mainly: blue. Hex color #1429D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429D7 is #EBD628. Grayscale: #353535. Windows color (decimal): -15455785 or 14100756. OLE color: 14100756.
HSL color Cylindrical-coordinate representation of color #1429D7: hue angle of 233.54º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1429D7 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 41 | 215 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.16 |
| HSL | 233.54º | 0.83% | 0.46% | - |
| HSV(B) | 233.54º | 0.91% | 0.84% | - |
| XYZ | 13.35 | 6.64 | 64.87 | - |
| YUV | 54.56 | 218.54 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 215 | 0.91 | 0.81 | 0 | 0.16 | 233.54 | 0.83 | 0.46 |
| Hex | 14 | 29 | D7 | 5B | 51 | 0 | 10 | EA | 53 | 2E |
| Octal | 24 | 51 | 327 | 133 | 121 | 0 | 20 | 352 | 123 | 56 |
| Binary | 10100 | 101001 | 11010111 | 1011011 | 1010001 | 0 | 10000 | 11101010 | 1010011 | 101110 |
Color Harmonies of #1429D7
Complementary color
Monochromatic Colors of #1429D7
Black with #1429D7
Text Example
Text Example
White with #1429D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429D7; }
p { color: rgb(20,41,215); }
H1.HeaderClassName
{
color: #1429D7;
}
.AnyTagClassName
{
color: #1429D7;
}
</style>
background-color css
<style>
a { background-color: #1429D7; }
a { background-color: rgb(20,41,215); }
div.DivClassName
{
background-color: #1429D7;
}
.BgClassName
{
background-color: #1429D7;
}
</style>
border-color css
<style>
span { border-color: #1429D7; }
span { border-color: rgb(20,41,215); }
td.TdClassName
{
border-color: #1429D7;
}
.TagClassName
{
border-color: #1429D7;
}
</style>