Shades of Royal Blue #1E4EEA
Tints of Royal Blue #1E4EEA
RGB
CMYK
RGB Variations
Color information
#1E4EEA (or 0x1E4EEA) is known color: Royal Blue. HEX triplet: 1E, 4E and EA. RGB value is (30,78,234). Sum of RGB (Red+Green+Blue) = 30+78+234=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #1E4EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4EEA is #E1B115. Grayscale: #505050. Windows color (decimal): -14790934 or 15355422. OLE color: 15355422.
HSL color Cylindrical-coordinate representation of color #1E4EEA: hue angle of 225.88º degrees, saturation: 0.83, 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 #1E4EEA is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 78 | 234 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.08 |
| HSL | 225.88º | 0.83% | 0.52% | - |
| HSV(B) | 225.88º | 0.87% | 0.92% | - |
| XYZ | 18.11 | 11.67 | 79.14 | - |
| YUV | 81.43 | 214.1 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 78 | 234 | 0.87 | 0.67 | 0 | 0.08 | 225.88 | 0.83 | 0.52 |
| Hex | 1E | 4E | EA | 57 | 43 | 0 | 8 | E2 | 53 | 34 |
| Octal | 36 | 116 | 352 | 127 | 103 | 0 | 10 | 342 | 123 | 64 |
| Binary | 11110 | 1001110 | 11101010 | 1010111 | 1000011 | 0 | 1000 | 11100010 | 1010011 | 110100 |
Color Harmonies of #1E4EEA
Complementary color
Monochromatic Colors of #1E4EEA
Black with #1E4EEA
Text Example
Text Example
White with #1E4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4EEA; }
p { color: rgb(30,78,234); }
H1.HeaderClassName
{
color: #1E4EEA;
}
.AnyTagClassName
{
color: #1E4EEA;
}
</style>
background-color css
<style>
a { background-color: #1E4EEA; }
a { background-color: rgb(30,78,234); }
div.DivClassName
{
background-color: #1E4EEA;
}
.BgClassName
{
background-color: #1E4EEA;
}
</style>
border-color css
<style>
span { border-color: #1E4EEA; }
span { border-color: rgb(30,78,234); }
td.TdClassName
{
border-color: #1E4EEA;
}
.TagClassName
{
border-color: #1E4EEA;
}
</style>