Shades of Blue #1E00EE
Tints of Blue #1E00EE
RGB
CMYK
RGB Variations
Color information
#1E00EE (or 0x1E00EE) is known color: Blue. HEX triplet: 1E, 00 and EE. RGB value is (30,0,238). Sum of RGB (Red+Green+Blue) = 30+0+238=268 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.19% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 238 (93.36% from 255 or 88.81% from 268); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E00EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E00EE is #E1FF11. Grayscale: #232323. Windows color (decimal): -14810898 or 15597598. OLE color: 15597598.
HSL color Cylindrical-coordinate representation of color #1E00EE: hue angle of 247.56º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E00EE is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 0 | 238 | - |
| CMYK | 0.87 | 1 | 0 | 0.07 |
| HSL | 247.56º | 1% | 0.47% | - |
| HSV(B) | 247.56º | 1% | 0.93% | - |
| XYZ | 15.97 | 6.45 | 81.29 | - |
| YUV | 36.1 | 241.94 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 238 | 0.87 | 1 | 0 | 0.07 | 247.56 | 1 | 0.47 |
| Hex | 1E | 0 | EE | 57 | 64 | 0 | 7 | F8 | 64 | 2F |
| Octal | 36 | 0 | 356 | 127 | 144 | 0 | 7 | 370 | 144 | 57 |
| Binary | 11110 | 0 | 11101110 | 1010111 | 1100100 | 0 | 111 | 11111000 | 1100100 | 101111 |
Color Harmonies of #1E00EE
Complementary color
Monochromatic Colors of #1E00EE
Black with #1E00EE
Text Example
Text Example
White with #1E00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E00EE; }
p { color: rgb(30,0,238); }
H1.HeaderClassName
{
color: #1E00EE;
}
.AnyTagClassName
{
color: #1E00EE;
}
</style>
background-color css
<style>
a { background-color: #1E00EE; }
a { background-color: rgb(30,0,238); }
div.DivClassName
{
background-color: #1E00EE;
}
.BgClassName
{
background-color: #1E00EE;
}
</style>
border-color css
<style>
span { border-color: #1E00EE; }
span { border-color: rgb(30,0,238); }
td.TdClassName
{
border-color: #1E00EE;
}
.TagClassName
{
border-color: #1E00EE;
}
</style>