Shades of Persian Blue #1429DF
Tints of Persian Blue #1429DF
RGB
CMYK
RGB Variations
Color information
#1429DF (or 0x1429DF) is known color: Persian Blue. HEX triplet: 14, 29 and DF. RGB value is (20,41,223). Sum of RGB (Red+Green+Blue) = 20+41+223=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #1429DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1429DF is #EBD620. Grayscale: #363636. Windows color (decimal): -15455777 or 14625044. OLE color: 14625044.
HSL color Cylindrical-coordinate representation of color #1429DF: hue angle of 233.79º 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 #1429DF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 41 | 223 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.13 |
| HSL | 233.79º | 0.84% | 0.48% | - |
| HSV(B) | 233.79º | 0.91% | 0.87% | - |
| XYZ | 14.4 | 7.06 | 70.42 | - |
| YUV | 55.47 | 222.54 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 223 | 0.91 | 0.82 | 0 | 0.13 | 233.79 | 0.84 | 0.48 |
| Hex | 14 | 29 | DF | 5B | 52 | 0 | D | EA | 54 | 30 |
| Octal | 24 | 51 | 337 | 133 | 122 | 0 | 15 | 352 | 124 | 60 |
| Binary | 10100 | 101001 | 11011111 | 1011011 | 1010010 | 0 | 1101 | 11101010 | 1010100 | 110000 |
Color Harmonies of #1429DF
Complementary color
Monochromatic Colors of #1429DF
Black with #1429DF
Text Example
Text Example
White with #1429DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1429DF; }
p { color: rgb(20,41,223); }
H1.HeaderClassName
{
color: #1429DF;
}
.AnyTagClassName
{
color: #1429DF;
}
</style>
background-color css
<style>
a { background-color: #1429DF; }
a { background-color: rgb(20,41,223); }
div.DivClassName
{
background-color: #1429DF;
}
.BgClassName
{
background-color: #1429DF;
}
</style>
border-color css
<style>
span { border-color: #1429DF; }
span { border-color: rgb(20,41,223); }
td.TdClassName
{
border-color: #1429DF;
}
.TagClassName
{
border-color: #1429DF;
}
</style>