Shades of Persian Blue #1D2DEE
Tints of Persian Blue #1D2DEE
RGB
CMYK
RGB Variations
Color information
#1D2DEE (or 0x1D2DEE) is known color: Persian Blue. HEX triplet: 1D, 2D and EE. RGB value is (29,45,238). Sum of RGB (Red+Green+Blue) = 29+45+238=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 238 (93.36% from 255 or 76.28% from 312); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D2DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2DEE is #E2D211. Grayscale: #3D3D3D. Windows color (decimal): -14864914 or 15609117. OLE color: 15609117.
HSL color Cylindrical-coordinate representation of color #1D2DEE: hue angle of 235.41º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D2DEE is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 45 | 238 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.07 |
| HSL | 235.41º | 0.86% | 0.52% | - |
| HSV(B) | 235.41º | 0.88% | 0.93% | - |
| XYZ | 16.88 | 8.31 | 81.6 | - |
| YUV | 62.22 | 227.2 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 238 | 0.88 | 0.81 | 0 | 0.07 | 235.41 | 0.86 | 0.52 |
| Hex | 1D | 2D | EE | 58 | 51 | 0 | 7 | EB | 56 | 34 |
| Octal | 35 | 55 | 356 | 130 | 121 | 0 | 7 | 353 | 126 | 64 |
| Binary | 11101 | 101101 | 11101110 | 1011000 | 1010001 | 0 | 111 | 11101011 | 1010110 | 110100 |
Color Harmonies of #1D2DEE
Complementary color
Monochromatic Colors of #1D2DEE
Black with #1D2DEE
Text Example
Text Example
White with #1D2DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2DEE; }
p { color: rgb(29,45,238); }
H1.HeaderClassName
{
color: #1D2DEE;
}
.AnyTagClassName
{
color: #1D2DEE;
}
</style>
background-color css
<style>
a { background-color: #1D2DEE; }
a { background-color: rgb(29,45,238); }
div.DivClassName
{
background-color: #1D2DEE;
}
.BgClassName
{
background-color: #1D2DEE;
}
</style>
border-color css
<style>
span { border-color: #1D2DEE; }
span { border-color: rgb(29,45,238); }
td.TdClassName
{
border-color: #1D2DEE;
}
.TagClassName
{
border-color: #1D2DEE;
}
</style>