Shades of Royal Blue #1E6AEE
Tints of Royal Blue #1E6AEE
RGB
CMYK
RGB Variations
Color information
#1E6AEE (or 0x1E6AEE) is known color: Royal Blue. HEX triplet: 1E, 6A and EE. RGB value is (30,106,238). Sum of RGB (Red+Green+Blue) = 30+106+238=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E6AEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6AEE is #E19511. Grayscale: #616161. Windows color (decimal): -14783762 or 15624734. OLE color: 15624734.
HSL color Cylindrical-coordinate representation of color #1E6AEE: hue angle of 218.08º 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 #1E6AEE is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 106 | 238 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.07 |
| HSL | 218.08º | 0.86% | 0.53% | - |
| HSV(B) | 218.08º | 0.87% | 0.93% | - |
| XYZ | 21.12 | 16.76 | 83.01 | - |
| YUV | 98.32 | 206.82 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 238 | 0.87 | 0.55 | 0 | 0.07 | 218.08 | 0.86 | 0.53 |
| Hex | 1E | 6A | EE | 57 | 37 | 0 | 7 | DA | 56 | 35 |
| Octal | 36 | 152 | 356 | 127 | 67 | 0 | 7 | 332 | 126 | 65 |
| Binary | 11110 | 1101010 | 11101110 | 1010111 | 110111 | 0 | 111 | 11011010 | 1010110 | 110101 |
Color Harmonies of #1E6AEE
Complementary color
Monochromatic Colors of #1E6AEE
Black with #1E6AEE
Text Example
Text Example
White with #1E6AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6AEE; }
p { color: rgb(30,106,238); }
H1.HeaderClassName
{
color: #1E6AEE;
}
.AnyTagClassName
{
color: #1E6AEE;
}
</style>
background-color css
<style>
a { background-color: #1E6AEE; }
a { background-color: rgb(30,106,238); }
div.DivClassName
{
background-color: #1E6AEE;
}
.BgClassName
{
background-color: #1E6AEE;
}
</style>
border-color css
<style>
span { border-color: #1E6AEE; }
span { border-color: rgb(30,106,238); }
td.TdClassName
{
border-color: #1E6AEE;
}
.TagClassName
{
border-color: #1E6AEE;
}
</style>