Shades of Persian Blue #1D2DEF
Tints of Persian Blue #1D2DEF
RGB
CMYK
RGB Variations
Color information
#1D2DEF (or 0x1D2DEF) is known color: Persian Blue. HEX triplet: 1D, 2D and EF. RGB value is (29,45,239). Sum of RGB (Red+Green+Blue) = 29+45+239=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 239 (93.75% from 255 or 76.36% from 313); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D2DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2DEF is #E2D210. Grayscale: #3D3D3D. Windows color (decimal): -14864913 or 15674653. OLE color: 15674653.
HSL color Cylindrical-coordinate representation of color #1D2DEF: hue angle of 235.43º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D2DEF is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 45 | 239 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.06 |
| HSL | 235.43º | 0.87% | 0.53% | - |
| HSV(B) | 235.43º | 0.88% | 0.94% | - |
| XYZ | 17.03 | 8.37 | 82.38 | - |
| YUV | 62.33 | 227.7 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 45 | 239 | 0.88 | 0.81 | 0 | 0.06 | 235.43 | 0.87 | 0.53 |
| Hex | 1D | 2D | EF | 58 | 51 | 0 | 6 | EB | 57 | 35 |
| Octal | 35 | 55 | 357 | 130 | 121 | 0 | 6 | 353 | 127 | 65 |
| Binary | 11101 | 101101 | 11101111 | 1011000 | 1010001 | 0 | 110 | 11101011 | 1010111 | 110101 |
Color Harmonies of #1D2DEF
Complementary color
Monochromatic Colors of #1D2DEF
Black with #1D2DEF
Text Example
Text Example
White with #1D2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2DEF; }
p { color: rgb(29,45,239); }
H1.HeaderClassName
{
color: #1D2DEF;
}
.AnyTagClassName
{
color: #1D2DEF;
}
</style>
background-color css
<style>
a { background-color: #1D2DEF; }
a { background-color: rgb(29,45,239); }
div.DivClassName
{
background-color: #1D2DEF;
}
.BgClassName
{
background-color: #1D2DEF;
}
</style>
border-color css
<style>
span { border-color: #1D2DEF; }
span { border-color: rgb(29,45,239); }
td.TdClassName
{
border-color: #1D2DEF;
}
.TagClassName
{
border-color: #1D2DEF;
}
</style>