Shades of Persian Blue #1E2DEF
Tints of Persian Blue #1E2DEF
RGB
CMYK
RGB Variations
Color information
#1E2DEF (or 0x1E2DEF) is known color: Persian Blue. HEX triplet: 1E, 2D and EF. RGB value is (30,45,239). Sum of RGB (Red+Green+Blue) = 30+45+239=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E2DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2DEF is #E1D210. Grayscale: #3D3D3D. Windows color (decimal): -14799377 or 15674654. OLE color: 15674654.
HSL color Cylindrical-coordinate representation of color #1E2DEF: hue angle of 235.69º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2DEF is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 45 | 239 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.06 |
| HSL | 235.69º | 0.87% | 0.53% | - |
| HSV(B) | 235.69º | 0.87% | 0.94% | - |
| XYZ | 17.05 | 8.38 | 82.38 | - |
| YUV | 62.63 | 227.53 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 239 | 0.87 | 0.81 | 0 | 0.06 | 235.69 | 0.87 | 0.53 |
| Hex | 1E | 2D | EF | 57 | 51 | 0 | 6 | EC | 57 | 35 |
| Octal | 36 | 55 | 357 | 127 | 121 | 0 | 6 | 354 | 127 | 65 |
| Binary | 11110 | 101101 | 11101111 | 1010111 | 1010001 | 0 | 110 | 11101100 | 1010111 | 110101 |
Color Harmonies of #1E2DEF
Complementary color
Monochromatic Colors of #1E2DEF
Black with #1E2DEF
Text Example
Text Example
White with #1E2DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2DEF; }
p { color: rgb(30,45,239); }
H1.HeaderClassName
{
color: #1E2DEF;
}
.AnyTagClassName
{
color: #1E2DEF;
}
</style>
background-color css
<style>
a { background-color: #1E2DEF; }
a { background-color: rgb(30,45,239); }
div.DivClassName
{
background-color: #1E2DEF;
}
.BgClassName
{
background-color: #1E2DEF;
}
</style>
border-color css
<style>
span { border-color: #1E2DEF; }
span { border-color: rgb(30,45,239); }
td.TdClassName
{
border-color: #1E2DEF;
}
.TagClassName
{
border-color: #1E2DEF;
}
</style>