Shades of Blue #1E15FE
Tints of Blue #1E15FE
RGB
CMYK
RGB Variations
Color information
#1E15FE (or 0x1E15FE) is known color: Blue. HEX triplet: 1E, 15 and FE. RGB value is (30,21,254). Sum of RGB (Red+Green+Blue) = 30+21+254=305 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.84% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 254 (99.61% from 255 or 83.28% from 305); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E15FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E15FE is #E1EA01. Grayscale: #313131. Windows color (decimal): -14805506 or 16651550. OLE color: 16651550.
HSL color Cylindrical-coordinate representation of color #1E15FE: hue angle of 242.32º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E15FE is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 21 | 254 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.00 |
| HSL | 242.32º | 0.99% | 0.54% | - |
| HSV(B) | 242.32º | 0.92% | 1% | - |
| XYZ | 18.69 | 7.97 | 94.32 | - |
| YUV | 50.25 | 242.98 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 254 | 0.88 | 0.92 | 0 | 0.00 | 242.32 | 0.99 | 0.54 |
| Hex | 1E | 15 | FE | 58 | 5C | 0 | 0 | F2 | 63 | 36 |
| Octal | 36 | 25 | 376 | 130 | 134 | 0 | 0 | 362 | 143 | 66 |
| Binary | 11110 | 10101 | 11111110 | 1011000 | 1011100 | 0 | 0 | 11110010 | 1100011 | 110110 |
Color Harmonies of #1E15FE
Complementary color
Monochromatic Colors of #1E15FE
Black with #1E15FE
Text Example
Text Example
White with #1E15FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E15FE; }
p { color: rgb(30,21,254); }
H1.HeaderClassName
{
color: #1E15FE;
}
.AnyTagClassName
{
color: #1E15FE;
}
</style>
background-color css
<style>
a { background-color: #1E15FE; }
a { background-color: rgb(30,21,254); }
div.DivClassName
{
background-color: #1E15FE;
}
.BgClassName
{
background-color: #1E15FE;
}
</style>
border-color css
<style>
span { border-color: #1E15FE; }
span { border-color: rgb(30,21,254); }
td.TdClassName
{
border-color: #1E15FE;
}
.TagClassName
{
border-color: #1E15FE;
}
</style>