Shades of Persian Blue #1E2AEE
Tints of Persian Blue #1E2AEE
RGB
CMYK
RGB Variations
Color information
#1E2AEE (or 0x1E2AEE) is known color: Persian Blue. HEX triplet: 1E, 2A and EE. RGB value is (30,42,238). Sum of RGB (Red+Green+Blue) = 30+42+238=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E2AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2AEE is #E1D511. Grayscale: #3B3B3B. Windows color (decimal): -14800146 or 15608350. OLE color: 15608350.
HSL color Cylindrical-coordinate representation of color #1E2AEE: hue angle of 236.54º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2AEE is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 42 | 238 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.07 |
| HSL | 236.54º | 0.86% | 0.53% | - |
| HSV(B) | 236.54º | 0.87% | 0.93% | - |
| XYZ | 16.8 | 8.1 | 81.57 | - |
| YUV | 60.76 | 228.02 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 238 | 0.87 | 0.82 | 0 | 0.07 | 236.54 | 0.86 | 0.53 |
| Hex | 1E | 2A | EE | 57 | 52 | 0 | 7 | ED | 56 | 35 |
| Octal | 36 | 52 | 356 | 127 | 122 | 0 | 7 | 355 | 126 | 65 |
| Binary | 11110 | 101010 | 11101110 | 1010111 | 1010010 | 0 | 111 | 11101101 | 1010110 | 110101 |
Color Harmonies of #1E2AEE
Complementary color
Monochromatic Colors of #1E2AEE
Black with #1E2AEE
Text Example
Text Example
White with #1E2AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2AEE; }
p { color: rgb(30,42,238); }
H1.HeaderClassName
{
color: #1E2AEE;
}
.AnyTagClassName
{
color: #1E2AEE;
}
</style>
background-color css
<style>
a { background-color: #1E2AEE; }
a { background-color: rgb(30,42,238); }
div.DivClassName
{
background-color: #1E2AEE;
}
.BgClassName
{
background-color: #1E2AEE;
}
</style>
border-color css
<style>
span { border-color: #1E2AEE; }
span { border-color: rgb(30,42,238); }
td.TdClassName
{
border-color: #1E2AEE;
}
.TagClassName
{
border-color: #1E2AEE;
}
</style>