Shades of Royal Blue #1E4BEC
Tints of Royal Blue #1E4BEC
RGB
CMYK
RGB Variations
Color information
#1E4BEC (or 0x1E4BEC) is known color: Royal Blue. HEX triplet: 1E, 4B and EC. RGB value is (30,75,236). Sum of RGB (Red+Green+Blue) = 30+75+236=341 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.80% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E4BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E4BEC is #E1B413. Grayscale: #4F4F4F. Windows color (decimal): -14791700 or 15485726. OLE color: 15485726.
HSL color Cylindrical-coordinate representation of color #1E4BEC: hue angle of 226.89º 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 #1E4BEC is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 75 | 236 | - |
| CMYK | 0.87 | 0.68 | 0 | 0.07 |
| HSL | 226.89º | 0.84% | 0.52% | - |
| HSV(B) | 226.89º | 0.87% | 0.93% | - |
| XYZ | 18.19 | 11.36 | 80.59 | - |
| YUV | 79.9 | 216.09 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 236 | 0.87 | 0.68 | 0 | 0.07 | 226.89 | 0.84 | 0.52 |
| Hex | 1E | 4B | EC | 57 | 44 | 0 | 7 | E3 | 54 | 34 |
| Octal | 36 | 113 | 354 | 127 | 104 | 0 | 7 | 343 | 124 | 64 |
| Binary | 11110 | 1001011 | 11101100 | 1010111 | 1000100 | 0 | 111 | 11100011 | 1010100 | 110100 |
Color Harmonies of #1E4BEC
Complementary color
Monochromatic Colors of #1E4BEC
Black with #1E4BEC
Text Example
Text Example
White with #1E4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4BEC; }
p { color: rgb(30,75,236); }
H1.HeaderClassName
{
color: #1E4BEC;
}
.AnyTagClassName
{
color: #1E4BEC;
}
</style>
background-color css
<style>
a { background-color: #1E4BEC; }
a { background-color: rgb(30,75,236); }
div.DivClassName
{
background-color: #1E4BEC;
}
.BgClassName
{
background-color: #1E4BEC;
}
</style>
border-color css
<style>
span { border-color: #1E4BEC; }
span { border-color: rgb(30,75,236); }
td.TdClassName
{
border-color: #1E4BEC;
}
.TagClassName
{
border-color: #1E4BEC;
}
</style>