Shades of Persian Blue #1E2DEB
Tints of Persian Blue #1E2DEB
RGB
CMYK
RGB Variations
Color information
#1E2DEB (or 0x1E2DEB) is known color: Persian Blue. HEX triplet: 1E, 2D and EB. RGB value is (30,45,235). Sum of RGB (Red+Green+Blue) = 30+45+235=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 235 (92.19% from 255 or 75.81% from 310); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E2DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2DEB is #E1D214. Grayscale: #3D3D3D. Windows color (decimal): -14799381 or 15412510. OLE color: 15412510.
HSL color Cylindrical-coordinate representation of color #1E2DEB: hue angle of 235.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2DEB is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 45 | 235 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.08 |
| HSL | 235.61º | 0.84% | 0.52% | - |
| HSV(B) | 235.61º | 0.87% | 0.92% | - |
| XYZ | 16.47 | 8.15 | 79.3 | - |
| YUV | 62.18 | 225.53 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 235 | 0.87 | 0.81 | 0 | 0.08 | 235.61 | 0.84 | 0.52 |
| Hex | 1E | 2D | EB | 57 | 51 | 0 | 8 | EC | 54 | 34 |
| Octal | 36 | 55 | 353 | 127 | 121 | 0 | 10 | 354 | 124 | 64 |
| Binary | 11110 | 101101 | 11101011 | 1010111 | 1010001 | 0 | 1000 | 11101100 | 1010100 | 110100 |
Color Harmonies of #1E2DEB
Complementary color
Monochromatic Colors of #1E2DEB
Black with #1E2DEB
Text Example
Text Example
White with #1E2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2DEB; }
p { color: rgb(30,45,235); }
H1.HeaderClassName
{
color: #1E2DEB;
}
.AnyTagClassName
{
color: #1E2DEB;
}
</style>
background-color css
<style>
a { background-color: #1E2DEB; }
a { background-color: rgb(30,45,235); }
div.DivClassName
{
background-color: #1E2DEB;
}
.BgClassName
{
background-color: #1E2DEB;
}
</style>
border-color css
<style>
span { border-color: #1E2DEB; }
span { border-color: rgb(30,45,235); }
td.TdClassName
{
border-color: #1E2DEB;
}
.TagClassName
{
border-color: #1E2DEB;
}
</style>