Shades of Persian Blue #1D24DE
Tints of Persian Blue #1D24DE
RGB
CMYK
RGB Variations
Color information
#1D24DE (or 0x1D24DE) is known color: Persian Blue. HEX triplet: 1D, 24 and DE. RGB value is (29,36,222). Sum of RGB (Red+Green+Blue) = 29+36+222=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D24DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D24DE is #E2DB21. Grayscale: #363636. Windows color (decimal): -14867234 or 14558237. OLE color: 14558237.
HSL color Cylindrical-coordinate representation of color #1D24DE: hue angle of 237.82º 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 #1D24DE is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 36 | 222 | - |
| CMYK | 0.87 | 0.84 | 0 | 0.13 |
| HSL | 237.82º | 0.77% | 0.49% | - |
| HSV(B) | 237.82º | 0.87% | 0.87% | - |
| XYZ | 14.32 | 6.8 | 69.66 | - |
| YUV | 55.11 | 222.18 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 36 | 222 | 0.87 | 0.84 | 0 | 0.13 | 237.82 | 0.77 | 0.49 |
| Hex | 1D | 24 | DE | 57 | 54 | 0 | D | EE | 4D | 31 |
| Octal | 35 | 44 | 336 | 127 | 124 | 0 | 15 | 356 | 115 | 61 |
| Binary | 11101 | 100100 | 11011110 | 1010111 | 1010100 | 0 | 1101 | 11101110 | 1001101 | 110001 |
Color Harmonies of #1D24DE
Complementary color
Monochromatic Colors of #1D24DE
Black with #1D24DE
Text Example
Text Example
White with #1D24DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D24DE; }
p { color: rgb(29,36,222); }
H1.HeaderClassName
{
color: #1D24DE;
}
.AnyTagClassName
{
color: #1D24DE;
}
</style>
background-color css
<style>
a { background-color: #1D24DE; }
a { background-color: rgb(29,36,222); }
div.DivClassName
{
background-color: #1D24DE;
}
.BgClassName
{
background-color: #1D24DE;
}
</style>
border-color css
<style>
span { border-color: #1D24DE; }
span { border-color: rgb(29,36,222); }
td.TdClassName
{
border-color: #1D24DE;
}
.TagClassName
{
border-color: #1D24DE;
}
</style>