Shades of Blue #1E1DFE
Tints of Blue #1E1DFE
RGB
CMYK
RGB Variations
Color information
#1E1DFE (or 0x1E1DFE) is known color: Blue. HEX triplet: 1E, 1D and FE. RGB value is (30,29,254). Sum of RGB (Red+Green+Blue) = 30+29+254=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 254 (99.61% from 255 or 81.15% from 313); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E1DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E1DFE is #E1E201. Grayscale: #363636. Windows color (decimal): -14803458 or 16653598. OLE color: 16653598.
HSL color Cylindrical-coordinate representation of color #1E1DFE: hue angle of 240.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E1DFE is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 29 | 254 | - |
| CMYK | 0.88 | 0.89 | 0 | 0.00 |
| HSL | 240.27º | 0.99% | 0.55% | - |
| HSV(B) | 240.27º | 0.89% | 1% | - |
| XYZ | 18.86 | 8.31 | 94.38 | - |
| YUV | 54.95 | 240.33 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 254 | 0.88 | 0.89 | 0 | 0.00 | 240.27 | 0.99 | 0.55 |
| Hex | 1E | 1D | FE | 58 | 59 | 0 | 0 | F0 | 63 | 37 |
| Octal | 36 | 35 | 376 | 130 | 131 | 0 | 0 | 360 | 143 | 67 |
| Binary | 11110 | 11101 | 11111110 | 1011000 | 1011001 | 0 | 0 | 11110000 | 1100011 | 110111 |
Color Harmonies of #1E1DFE
Complementary color
Monochromatic Colors of #1E1DFE
Black with #1E1DFE
Text Example
Text Example
White with #1E1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1DFE; }
p { color: rgb(30,29,254); }
H1.HeaderClassName
{
color: #1E1DFE;
}
.AnyTagClassName
{
color: #1E1DFE;
}
</style>
background-color css
<style>
a { background-color: #1E1DFE; }
a { background-color: rgb(30,29,254); }
div.DivClassName
{
background-color: #1E1DFE;
}
.BgClassName
{
background-color: #1E1DFE;
}
</style>
border-color css
<style>
span { border-color: #1E1DFE; }
span { border-color: rgb(30,29,254); }
td.TdClassName
{
border-color: #1E1DFE;
}
.TagClassName
{
border-color: #1E1DFE;
}
</style>