Shades of Royal Blue #1E5EFF
Tints of Royal Blue #1E5EFF
RGB
CMYK
RGB Variations
Color information
#1E5EFF (or 0x1E5EFF) is known color: Royal Blue. HEX triplet: 1E, 5E and FF. RGB value is (30,94,255). Sum of RGB (Red+Green+Blue) = 30+94+255=379 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.92% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E5EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5EFF is #E1A100. Grayscale: #5C5C5C. Windows color (decimal): -14786817 or 16735774. OLE color: 16735774.
HSL color Cylindrical-coordinate representation of color #1E5EFF: hue angle of 222.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5EFF is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 94 | 255 | - |
| CMYK | 0.88 | 0.63 | 0 | 0 |
| HSL | 222.93º | 1% | 0.56% | - |
| HSV(B) | 222.93º | 0.88% | 1% | - |
| XYZ | 22.59 | 15.5 | 96.41 | - |
| YUV | 93.22 | 219.3 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 94 | 255 | 0.88 | 0.63 | 0 | 0 | 222.93 | 1 | 0.56 |
| Hex | 1E | 5E | FF | 58 | 3F | 0 | 0 | DF | 64 | 38 |
| Octal | 36 | 136 | 377 | 130 | 77 | 0 | 0 | 337 | 144 | 70 |
| Binary | 11110 | 1011110 | 11111111 | 1011000 | 111111 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #1E5EFF
Complementary color
Monochromatic Colors of #1E5EFF
Black with #1E5EFF
Text Example
Text Example
White with #1E5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5EFF; }
p { color: rgb(30,94,255); }
H1.HeaderClassName
{
color: #1E5EFF;
}
.AnyTagClassName
{
color: #1E5EFF;
}
</style>
background-color css
<style>
a { background-color: #1E5EFF; }
a { background-color: rgb(30,94,255); }
div.DivClassName
{
background-color: #1E5EFF;
}
.BgClassName
{
background-color: #1E5EFF;
}
</style>
border-color css
<style>
span { border-color: #1E5EFF; }
span { border-color: rgb(30,94,255); }
td.TdClassName
{
border-color: #1E5EFF;
}
.TagClassName
{
border-color: #1E5EFF;
}
</style>