Shades of Royal Blue #1E6DEE
Tints of Royal Blue #1E6DEE
RGB
CMYK
RGB Variations
Color information
#1E6DEE (or 0x1E6DEE) is known color: Royal Blue. HEX triplet: 1E, 6D and EE. RGB value is (30,109,238). Sum of RGB (Red+Green+Blue) = 30+109+238=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E6DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6DEE is #E19211. Grayscale: #636363. Windows color (decimal): -14782994 or 15625502. OLE color: 15625502.
HSL color Cylindrical-coordinate representation of color #1E6DEE: hue angle of 217.21º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E6DEE is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 109 | 238 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.07 |
| HSL | 217.21º | 0.86% | 0.53% | - |
| HSV(B) | 217.21º | 0.87% | 0.93% | - |
| XYZ | 21.44 | 17.39 | 83.11 | - |
| YUV | 100.09 | 205.83 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 109 | 238 | 0.87 | 0.54 | 0 | 0.07 | 217.21 | 0.86 | 0.53 |
| Hex | 1E | 6D | EE | 57 | 36 | 0 | 7 | D9 | 56 | 35 |
| Octal | 36 | 155 | 356 | 127 | 66 | 0 | 7 | 331 | 126 | 65 |
| Binary | 11110 | 1101101 | 11101110 | 1010111 | 110110 | 0 | 111 | 11011001 | 1010110 | 110101 |
Color Harmonies of #1E6DEE
Complementary color
Monochromatic Colors of #1E6DEE
Black with #1E6DEE
Text Example
Text Example
White with #1E6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6DEE; }
p { color: rgb(30,109,238); }
H1.HeaderClassName
{
color: #1E6DEE;
}
.AnyTagClassName
{
color: #1E6DEE;
}
</style>
background-color css
<style>
a { background-color: #1E6DEE; }
a { background-color: rgb(30,109,238); }
div.DivClassName
{
background-color: #1E6DEE;
}
.BgClassName
{
background-color: #1E6DEE;
}
</style>
border-color css
<style>
span { border-color: #1E6DEE; }
span { border-color: rgb(30,109,238); }
td.TdClassName
{
border-color: #1E6DEE;
}
.TagClassName
{
border-color: #1E6DEE;
}
</style>