Shades of Royal Blue #1E6EEB
Tints of Royal Blue #1E6EEB
RGB
CMYK
RGB Variations
Color information
#1E6EEB (or 0x1E6EEB) is known color: Royal Blue. HEX triplet: 1E, 6E and EB. RGB value is (30,110,235). Sum of RGB (Red+Green+Blue) = 30+110+235=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 235 (92.19% from 255 or 62.67% from 375); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E6EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6EEB is #E19114. Grayscale: #636363. Windows color (decimal): -14782741 or 15429150. OLE color: 15429150.
HSL color Cylindrical-coordinate representation of color #1E6EEB: hue angle of 216.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E6EEB is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 110 | 235 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.08 |
| HSL | 216.59º | 0.84% | 0.52% | - |
| HSV(B) | 216.59º | 0.87% | 0.92% | - |
| XYZ | 21.11 | 17.43 | 80.85 | - |
| YUV | 100.33 | 204 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 235 | 0.87 | 0.53 | 0 | 0.08 | 216.59 | 0.84 | 0.52 |
| Hex | 1E | 6E | EB | 57 | 35 | 0 | 8 | D9 | 54 | 34 |
| Octal | 36 | 156 | 353 | 127 | 65 | 0 | 10 | 331 | 124 | 64 |
| Binary | 11110 | 1101110 | 11101011 | 1010111 | 110101 | 0 | 1000 | 11011001 | 1010100 | 110100 |
Color Harmonies of #1E6EEB
Complementary color
Monochromatic Colors of #1E6EEB
Black with #1E6EEB
Text Example
Text Example
White with #1E6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6EEB; }
p { color: rgb(30,110,235); }
H1.HeaderClassName
{
color: #1E6EEB;
}
.AnyTagClassName
{
color: #1E6EEB;
}
</style>
background-color css
<style>
a { background-color: #1E6EEB; }
a { background-color: rgb(30,110,235); }
div.DivClassName
{
background-color: #1E6EEB;
}
.BgClassName
{
background-color: #1E6EEB;
}
</style>
border-color css
<style>
span { border-color: #1E6EEB; }
span { border-color: rgb(30,110,235); }
td.TdClassName
{
border-color: #1E6EEB;
}
.TagClassName
{
border-color: #1E6EEB;
}
</style>