Shades of Royal Blue #1E51ED
Tints of Royal Blue #1E51ED
RGB
CMYK
RGB Variations
Color information
#1E51ED (or 0x1E51ED) is known color: Royal Blue. HEX triplet: 1E, 51 and ED. RGB value is (30,81,237). Sum of RGB (Red+Green+Blue) = 30+81+237=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #1E51ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E51ED is #E1AE12. Grayscale: #525252. Windows color (decimal): -14790163 or 15552798. OLE color: 15552798.
HSL color Cylindrical-coordinate representation of color #1E51ED: hue angle of 225.22º degrees, saturation: 0.85, 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 #1E51ED is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 81 | 237 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.07 |
| HSL | 225.22º | 0.85% | 0.52% | - |
| HSV(B) | 225.22º | 0.87% | 0.93% | - |
| XYZ | 18.76 | 12.28 | 81.5 | - |
| YUV | 83.54 | 214.6 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 237 | 0.87 | 0.66 | 0 | 0.07 | 225.22 | 0.85 | 0.52 |
| Hex | 1E | 51 | ED | 57 | 42 | 0 | 7 | E1 | 55 | 34 |
| Octal | 36 | 121 | 355 | 127 | 102 | 0 | 7 | 341 | 125 | 64 |
| Binary | 11110 | 1010001 | 11101101 | 1010111 | 1000010 | 0 | 111 | 11100001 | 1010101 | 110100 |
Color Harmonies of #1E51ED
Complementary color
Monochromatic Colors of #1E51ED
Black with #1E51ED
Text Example
Text Example
White with #1E51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E51ED; }
p { color: rgb(30,81,237); }
H1.HeaderClassName
{
color: #1E51ED;
}
.AnyTagClassName
{
color: #1E51ED;
}
</style>
background-color css
<style>
a { background-color: #1E51ED; }
a { background-color: rgb(30,81,237); }
div.DivClassName
{
background-color: #1E51ED;
}
.BgClassName
{
background-color: #1E51ED;
}
</style>
border-color css
<style>
span { border-color: #1E51ED; }
span { border-color: rgb(30,81,237); }
td.TdClassName
{
border-color: #1E51ED;
}
.TagClassName
{
border-color: #1E51ED;
}
</style>