Shades of Persian Blue #1E3DEF
Tints of Persian Blue #1E3DEF
RGB
CMYK
RGB Variations
Color information
#1E3DEF (or 0x1E3DEF) is known color: Persian Blue. HEX triplet: 1E, 3D and EF. RGB value is (30,61,239). Sum of RGB (Red+Green+Blue) = 30+61+239=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E3DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3DEF is #E1C210. Grayscale: #474747. Windows color (decimal): -14795281 or 15678750. OLE color: 15678750.
HSL color Cylindrical-coordinate representation of color #1E3DEF: hue angle of 231.1º 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 #1E3DEF is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 61 | 239 | - |
| CMYK | 0.87 | 0.74 | 0 | 0.06 |
| HSL | 231.1º | 0.87% | 0.53% | - |
| HSV(B) | 231.1º | 0.87% | 0.94% | - |
| XYZ | 17.78 | 9.85 | 82.62 | - |
| YUV | 72.02 | 222.23 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 239 | 0.87 | 0.74 | 0 | 0.06 | 231.1 | 0.87 | 0.53 |
| Hex | 1E | 3D | EF | 57 | 4A | 0 | 6 | E7 | 57 | 35 |
| Octal | 36 | 75 | 357 | 127 | 112 | 0 | 6 | 347 | 127 | 65 |
| Binary | 11110 | 111101 | 11101111 | 1010111 | 1001010 | 0 | 110 | 11100111 | 1010111 | 110101 |
Color Harmonies of #1E3DEF
Complementary color
Monochromatic Colors of #1E3DEF
Black with #1E3DEF
Text Example
Text Example
White with #1E3DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3DEF; }
p { color: rgb(30,61,239); }
H1.HeaderClassName
{
color: #1E3DEF;
}
.AnyTagClassName
{
color: #1E3DEF;
}
</style>
background-color css
<style>
a { background-color: #1E3DEF; }
a { background-color: rgb(30,61,239); }
div.DivClassName
{
background-color: #1E3DEF;
}
.BgClassName
{
background-color: #1E3DEF;
}
</style>
border-color css
<style>
span { border-color: #1E3DEF; }
span { border-color: rgb(30,61,239); }
td.TdClassName
{
border-color: #1E3DEF;
}
.TagClassName
{
border-color: #1E3DEF;
}
</style>