Shades of Blue #1E12FF
Tints of Blue #1E12FF
RGB
CMYK
RGB Variations
Color information
#1E12FF (or 0x1E12FF) is known color: Blue. HEX triplet: 1E, 12 and FF. RGB value is (30,18,255). Sum of RGB (Red+Green+Blue) = 30+18+255=303 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.90% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 255 (100% from 255 or 84.16% from 303); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E12FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E12FF is #E1ED00. Grayscale: #2F2F2F. Windows color (decimal): -14806273 or 16716318. OLE color: 16716318.
HSL color Cylindrical-coordinate representation of color #1E12FF: hue angle of 243.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E12FF is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 18 | 255 | - |
| CMYK | 0.88 | 0.93 | 0 | 0 |
| HSL | 243.04º | 1% | 0.54% | - |
| HSV(B) | 243.04º | 0.93% | 1% | - |
| XYZ | 18.8 | 7.93 | 95.15 | - |
| YUV | 48.61 | 244.48 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 255 | 0.88 | 0.93 | 0 | 0 | 243.04 | 1 | 0.54 |
| Hex | 1E | 12 | FF | 58 | 5D | 0 | 0 | F3 | 64 | 36 |
| Octal | 36 | 22 | 377 | 130 | 135 | 0 | 0 | 363 | 144 | 66 |
| Binary | 11110 | 10010 | 11111111 | 1011000 | 1011101 | 0 | 0 | 11110011 | 1100100 | 110110 |
Color Harmonies of #1E12FF
Complementary color
Monochromatic Colors of #1E12FF
Black with #1E12FF
Text Example
Text Example
White with #1E12FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E12FF; }
p { color: rgb(30,18,255); }
H1.HeaderClassName
{
color: #1E12FF;
}
.AnyTagClassName
{
color: #1E12FF;
}
</style>
background-color css
<style>
a { background-color: #1E12FF; }
a { background-color: rgb(30,18,255); }
div.DivClassName
{
background-color: #1E12FF;
}
.BgClassName
{
background-color: #1E12FF;
}
</style>
border-color css
<style>
span { border-color: #1E12FF; }
span { border-color: rgb(30,18,255); }
td.TdClassName
{
border-color: #1E12FF;
}
.TagClassName
{
border-color: #1E12FF;
}
</style>