Shades of Blue #1E15FF
Tints of Blue #1E15FF
RGB
CMYK
RGB Variations
Color information
#1E15FF (or 0x1E15FF) is known color: Blue. HEX triplet: 1E, 15 and FF. RGB value is (30,21,255). Sum of RGB (Red+Green+Blue) = 30+21+255=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E15FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E15FF is #E1EA00. Grayscale: #313131. Windows color (decimal): -14805505 or 16717086. OLE color: 16717086.
HSL color Cylindrical-coordinate representation of color #1E15FF: hue angle of 242.31º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E15FF is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 21 | 255 | - |
| CMYK | 0.88 | 0.92 | 0 | 0 |
| HSL | 242.31º | 1% | 0.54% | - |
| HSV(B) | 242.31º | 0.92% | 1% | - |
| XYZ | 18.85 | 8.03 | 95.16 | - |
| YUV | 50.37 | 243.48 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 255 | 0.88 | 0.92 | 0 | 0 | 242.31 | 1 | 0.54 |
| Hex | 1E | 15 | FF | 58 | 5C | 0 | 0 | F2 | 64 | 36 |
| Octal | 36 | 25 | 377 | 130 | 134 | 0 | 0 | 362 | 144 | 66 |
| Binary | 11110 | 10101 | 11111111 | 1011000 | 1011100 | 0 | 0 | 11110010 | 1100100 | 110110 |
Color Harmonies of #1E15FF
Complementary color
Monochromatic Colors of #1E15FF
Black with #1E15FF
Text Example
Text Example
White with #1E15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E15FF; }
p { color: rgb(30,21,255); }
H1.HeaderClassName
{
color: #1E15FF;
}
.AnyTagClassName
{
color: #1E15FF;
}
</style>
background-color css
<style>
a { background-color: #1E15FF; }
a { background-color: rgb(30,21,255); }
div.DivClassName
{
background-color: #1E15FF;
}
.BgClassName
{
background-color: #1E15FF;
}
</style>
border-color css
<style>
span { border-color: #1E15FF; }
span { border-color: rgb(30,21,255); }
td.TdClassName
{
border-color: #1E15FF;
}
.TagClassName
{
border-color: #1E15FF;
}
</style>