Shades of Blue #1E01EB
Tints of Blue #1E01EB
RGB
CMYK
RGB Variations
Color information
#1E01EB (or 0x1E01EB) is known color: Blue. HEX triplet: 1E, 01 and EB. RGB value is (30,1,235). Sum of RGB (Red+Green+Blue) = 30+1+235=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 235 (92.19% from 255 or 88.35% from 266); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E01EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E01EB is #E1FE14. Grayscale: #232323. Windows color (decimal): -14810645 or 15401246. OLE color: 15401246.
HSL color Cylindrical-coordinate representation of color #1E01EB: hue angle of 247.44º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E01EB is Cyan = 0.87, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 1 | 235 | - |
| CMYK | 0.87 | 1.00 | 0 | 0.08 |
| HSL | 247.44º | 0.99% | 0.46% | - |
| HSV(B) | 247.44º | 1% | 0.92% | - |
| XYZ | 15.54 | 6.3 | 78.99 | - |
| YUV | 36.35 | 240.11 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 235 | 0.87 | 1.00 | 0 | 0.08 | 247.44 | 0.99 | 0.46 |
| Hex | 1E | 1 | EB | 57 | 64 | 0 | 8 | F7 | 63 | 2E |
| Octal | 36 | 1 | 353 | 127 | 144 | 0 | 10 | 367 | 143 | 56 |
| Binary | 11110 | 1 | 11101011 | 1010111 | 1100100 | 0 | 1000 | 11110111 | 1100011 | 101110 |
Color Harmonies of #1E01EB
Complementary color
Monochromatic Colors of #1E01EB
Black with #1E01EB
Text Example
Text Example
White with #1E01EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E01EB; }
p { color: rgb(30,1,235); }
H1.HeaderClassName
{
color: #1E01EB;
}
.AnyTagClassName
{
color: #1E01EB;
}
</style>
background-color css
<style>
a { background-color: #1E01EB; }
a { background-color: rgb(30,1,235); }
div.DivClassName
{
background-color: #1E01EB;
}
.BgClassName
{
background-color: #1E01EB;
}
</style>
border-color css
<style>
span { border-color: #1E01EB; }
span { border-color: rgb(30,1,235); }
td.TdClassName
{
border-color: #1E01EB;
}
.TagClassName
{
border-color: #1E01EB;
}
</style>