Shades of Persian Blue #1D44DF
Tints of Persian Blue #1D44DF
RGB
CMYK
RGB Variations
Color information
#1D44DF (or 0x1D44DF) is known color: Persian Blue. HEX triplet: 1D, 44 and DF. RGB value is (29,68,223). Sum of RGB (Red+Green+Blue) = 29+68+223=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D44DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D44DF is #E2BB20. Grayscale: #494949. Windows color (decimal): -14859041 or 14631965. OLE color: 14631965.
HSL color Cylindrical-coordinate representation of color #1D44DF: hue angle of 227.94º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D44DF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 68 | 223 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.13 |
| HSL | 227.94º | 0.77% | 0.49% | - |
| HSV(B) | 227.94º | 0.87% | 0.87% | - |
| XYZ | 15.89 | 9.72 | 70.85 | - |
| YUV | 74.01 | 212.08 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 68 | 223 | 0.87 | 0.70 | 0 | 0.13 | 227.94 | 0.77 | 0.49 |
| Hex | 1D | 44 | DF | 57 | 46 | 0 | D | E4 | 4D | 31 |
| Octal | 35 | 104 | 337 | 127 | 106 | 0 | 15 | 344 | 115 | 61 |
| Binary | 11101 | 1000100 | 11011111 | 1010111 | 1000110 | 0 | 1101 | 11100100 | 1001101 | 110001 |
Color Harmonies of #1D44DF
Complementary color
Monochromatic Colors of #1D44DF
Black with #1D44DF
Text Example
Text Example
White with #1D44DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D44DF; }
p { color: rgb(29,68,223); }
H1.HeaderClassName
{
color: #1D44DF;
}
.AnyTagClassName
{
color: #1D44DF;
}
</style>
background-color css
<style>
a { background-color: #1D44DF; }
a { background-color: rgb(29,68,223); }
div.DivClassName
{
background-color: #1D44DF;
}
.BgClassName
{
background-color: #1D44DF;
}
</style>
border-color css
<style>
span { border-color: #1D44DF; }
span { border-color: rgb(29,68,223); }
td.TdClassName
{
border-color: #1D44DF;
}
.TagClassName
{
border-color: #1D44DF;
}
</style>