Shades of Royal Blue #1E61EE
Tints of Royal Blue #1E61EE
RGB
CMYK
RGB Variations
Color information
#1E61EE (or 0x1E61EE) is known color: Royal Blue. HEX triplet: 1E, 61 and EE. RGB value is (30,97,238). Sum of RGB (Red+Green+Blue) = 30+97+238=365 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.22% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 238 (93.36% from 255 or 65.21% from 365); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E61EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E61EE is #E19E11. Grayscale: #5C5C5C. Windows color (decimal): -14786066 or 15622430. OLE color: 15622430.
HSL color Cylindrical-coordinate representation of color #1E61EE: hue angle of 220.67º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E61EE is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 97 | 238 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.07 |
| HSL | 220.67º | 0.86% | 0.53% | - |
| HSV(B) | 220.67º | 0.87% | 0.93% | - |
| XYZ | 20.24 | 15 | 82.72 | - |
| YUV | 93.04 | 209.8 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 238 | 0.87 | 0.59 | 0 | 0.07 | 220.67 | 0.86 | 0.53 |
| Hex | 1E | 61 | EE | 57 | 3B | 0 | 7 | DD | 56 | 35 |
| Octal | 36 | 141 | 356 | 127 | 73 | 0 | 7 | 335 | 126 | 65 |
| Binary | 11110 | 1100001 | 11101110 | 1010111 | 111011 | 0 | 111 | 11011101 | 1010110 | 110101 |
Color Harmonies of #1E61EE
Complementary color
Monochromatic Colors of #1E61EE
Black with #1E61EE
Text Example
Text Example
White with #1E61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E61EE; }
p { color: rgb(30,97,238); }
H1.HeaderClassName
{
color: #1E61EE;
}
.AnyTagClassName
{
color: #1E61EE;
}
</style>
background-color css
<style>
a { background-color: #1E61EE; }
a { background-color: rgb(30,97,238); }
div.DivClassName
{
background-color: #1E61EE;
}
.BgClassName
{
background-color: #1E61EE;
}
</style>
border-color css
<style>
span { border-color: #1E61EE; }
span { border-color: rgb(30,97,238); }
td.TdClassName
{
border-color: #1E61EE;
}
.TagClassName
{
border-color: #1E61EE;
}
</style>