Shades of Royal Blue #1E6FEB
Tints of Royal Blue #1E6FEB
RGB
CMYK
RGB Variations
Color information
#1E6FEB (or 0x1E6FEB) is known color: Royal Blue. HEX triplet: 1E, 6F and EB. RGB value is (30,111,235). Sum of RGB (Red+Green+Blue) = 30+111+235=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E6FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6FEB is #E19014. Grayscale: #646464. Windows color (decimal): -14782485 or 15429406. OLE color: 15429406.
HSL color Cylindrical-coordinate representation of color #1E6FEB: hue angle of 216.29º 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 #1E6FEB is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 111 | 235 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.08 |
| HSL | 216.29º | 0.84% | 0.52% | - |
| HSV(B) | 216.29º | 0.87% | 0.92% | - |
| XYZ | 21.22 | 17.64 | 80.88 | - |
| YUV | 100.92 | 203.66 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 235 | 0.87 | 0.53 | 0 | 0.08 | 216.29 | 0.84 | 0.52 |
| Hex | 1E | 6F | EB | 57 | 35 | 0 | 8 | D8 | 54 | 34 |
| Octal | 36 | 157 | 353 | 127 | 65 | 0 | 10 | 330 | 124 | 64 |
| Binary | 11110 | 1101111 | 11101011 | 1010111 | 110101 | 0 | 1000 | 11011000 | 1010100 | 110100 |
Color Harmonies of #1E6FEB
Complementary color
Monochromatic Colors of #1E6FEB
Black with #1E6FEB
Text Example
Text Example
White with #1E6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FEB; }
p { color: rgb(30,111,235); }
H1.HeaderClassName
{
color: #1E6FEB;
}
.AnyTagClassName
{
color: #1E6FEB;
}
</style>
background-color css
<style>
a { background-color: #1E6FEB; }
a { background-color: rgb(30,111,235); }
div.DivClassName
{
background-color: #1E6FEB;
}
.BgClassName
{
background-color: #1E6FEB;
}
</style>
border-color css
<style>
span { border-color: #1E6FEB; }
span { border-color: rgb(30,111,235); }
td.TdClassName
{
border-color: #1E6FEB;
}
.TagClassName
{
border-color: #1E6FEB;
}
</style>