Shades of Persian Blue #1D2CEE
Tints of Persian Blue #1D2CEE
RGB
CMYK
RGB Variations
Color information
#1D2CEE (or 0x1D2CEE) is known color: Persian Blue. HEX triplet: 1D, 2C and EE. RGB value is (29,44,238). Sum of RGB (Red+Green+Blue) = 29+44+238=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D2CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D2CEE is #E2D311. Grayscale: #3C3C3C. Windows color (decimal): -14865170 or 15608861. OLE color: 15608861.
HSL color Cylindrical-coordinate representation of color #1D2CEE: hue angle of 235.69º 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 #1D2CEE is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 44 | 238 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.07 |
| HSL | 235.69º | 0.86% | 0.52% | - |
| HSV(B) | 235.69º | 0.88% | 0.93% | - |
| XYZ | 16.84 | 8.24 | 81.59 | - |
| YUV | 61.63 | 227.53 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 238 | 0.88 | 0.82 | 0 | 0.07 | 235.69 | 0.86 | 0.52 |
| Hex | 1D | 2C | EE | 58 | 52 | 0 | 7 | EC | 56 | 34 |
| Octal | 35 | 54 | 356 | 130 | 122 | 0 | 7 | 354 | 126 | 64 |
| Binary | 11101 | 101100 | 11101110 | 1011000 | 1010010 | 0 | 111 | 11101100 | 1010110 | 110100 |
Color Harmonies of #1D2CEE
Complementary color
Monochromatic Colors of #1D2CEE
Black with #1D2CEE
Text Example
Text Example
White with #1D2CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2CEE; }
p { color: rgb(29,44,238); }
H1.HeaderClassName
{
color: #1D2CEE;
}
.AnyTagClassName
{
color: #1D2CEE;
}
</style>
background-color css
<style>
a { background-color: #1D2CEE; }
a { background-color: rgb(29,44,238); }
div.DivClassName
{
background-color: #1D2CEE;
}
.BgClassName
{
background-color: #1D2CEE;
}
</style>
border-color css
<style>
span { border-color: #1D2CEE; }
span { border-color: rgb(29,44,238); }
td.TdClassName
{
border-color: #1D2CEE;
}
.TagClassName
{
border-color: #1D2CEE;
}
</style>