Shades of Persian Blue #1D25DD
Tints of Persian Blue #1D25DD
RGB
CMYK
RGB Variations
Color information
#1D25DD (or 0x1D25DD) is known color: Persian Blue. HEX triplet: 1D, 25 and DD. RGB value is (29,37,221). Sum of RGB (Red+Green+Blue) = 29+37+221=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D25DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D25DD is #E2DA22. Grayscale: #363636. Windows color (decimal): -14866979 or 14492957. OLE color: 14492957.
HSL color Cylindrical-coordinate representation of color #1D25DD: hue angle of 237.5º 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 #1D25DD is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 37 | 221 | - |
| CMYK | 0.87 | 0.83 | 0 | 0.13 |
| HSL | 237.5º | 0.77% | 0.49% | - |
| HSV(B) | 237.5º | 0.87% | 0.87% | - |
| XYZ | 14.22 | 6.8 | 68.97 | - |
| YUV | 55.58 | 221.35 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 221 | 0.87 | 0.83 | 0 | 0.13 | 237.5 | 0.77 | 0.49 |
| Hex | 1D | 25 | DD | 57 | 53 | 0 | D | EE | 4D | 31 |
| Octal | 35 | 45 | 335 | 127 | 123 | 0 | 15 | 356 | 115 | 61 |
| Binary | 11101 | 100101 | 11011101 | 1010111 | 1010011 | 0 | 1101 | 11101110 | 1001101 | 110001 |
Color Harmonies of #1D25DD
Complementary color
Monochromatic Colors of #1D25DD
Black with #1D25DD
Text Example
Text Example
White with #1D25DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D25DD; }
p { color: rgb(29,37,221); }
H1.HeaderClassName
{
color: #1D25DD;
}
.AnyTagClassName
{
color: #1D25DD;
}
</style>
background-color css
<style>
a { background-color: #1D25DD; }
a { background-color: rgb(29,37,221); }
div.DivClassName
{
background-color: #1D25DD;
}
.BgClassName
{
background-color: #1D25DD;
}
</style>
border-color css
<style>
span { border-color: #1D25DD; }
span { border-color: rgb(29,37,221); }
td.TdClassName
{
border-color: #1D25DD;
}
.TagClassName
{
border-color: #1D25DD;
}
</style>