Shades of Royal Blue #1E4AEC
Tints of Royal Blue #1E4AEC
RGB
CMYK
RGB Variations
Color information
#1E4AEC (or 0x1E4AEC) is known color: Royal Blue. HEX triplet: 1E, 4A and EC. RGB value is (30,74,236). Sum of RGB (Red+Green+Blue) = 30+74+236=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E4AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E4AEC is #E1B513. Grayscale: #4E4E4E. Windows color (decimal): -14791956 or 15485470. OLE color: 15485470.
HSL color Cylindrical-coordinate representation of color #1E4AEC: hue angle of 227.18º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E4AEC is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 74 | 236 | - |
| CMYK | 0.87 | 0.69 | 0 | 0.07 |
| HSL | 227.18º | 0.84% | 0.52% | - |
| HSV(B) | 227.18º | 0.87% | 0.93% | - |
| XYZ | 18.12 | 11.23 | 80.57 | - |
| YUV | 79.31 | 216.42 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 74 | 236 | 0.87 | 0.69 | 0 | 0.07 | 227.18 | 0.84 | 0.52 |
| Hex | 1E | 4A | EC | 57 | 45 | 0 | 7 | E3 | 54 | 34 |
| Octal | 36 | 112 | 354 | 127 | 105 | 0 | 7 | 343 | 124 | 64 |
| Binary | 11110 | 1001010 | 11101100 | 1010111 | 1000101 | 0 | 111 | 11100011 | 1010100 | 110100 |
Color Harmonies of #1E4AEC
Complementary color
Monochromatic Colors of #1E4AEC
Black with #1E4AEC
Text Example
Text Example
White with #1E4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4AEC; }
p { color: rgb(30,74,236); }
H1.HeaderClassName
{
color: #1E4AEC;
}
.AnyTagClassName
{
color: #1E4AEC;
}
</style>
background-color css
<style>
a { background-color: #1E4AEC; }
a { background-color: rgb(30,74,236); }
div.DivClassName
{
background-color: #1E4AEC;
}
.BgClassName
{
background-color: #1E4AEC;
}
</style>
border-color css
<style>
span { border-color: #1E4AEC; }
span { border-color: rgb(30,74,236); }
td.TdClassName
{
border-color: #1E4AEC;
}
.TagClassName
{
border-color: #1E4AEC;
}
</style>