Shades of Royal Blue #1E51F6
Tints of Royal Blue #1E51F6
RGB
CMYK
RGB Variations
Color information
#1E51F6 (or 0x1E51F6) is known color: Royal Blue. HEX triplet: 1E, 51 and F6. RGB value is (30,81,246). Sum of RGB (Red+Green+Blue) = 30+81+246=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 246 (96.48% from 255 or 68.91% from 357); Max value from RGB is 246 - color contains mainly: blue. Hex color #1E51F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E51F6 is #E1AE09. Grayscale: #535353. Windows color (decimal): -14790154 or 16142622. OLE color: 16142622.
HSL color Cylindrical-coordinate representation of color #1E51F6: hue angle of 225.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E51F6 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 81 | 246 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.04 |
| HSL | 225.83º | 0.92% | 0.54% | - |
| HSV(B) | 225.83º | 0.88% | 0.96% | - |
| XYZ | 20.11 | 12.81 | 88.6 | - |
| YUV | 84.56 | 219.1 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 246 | 0.88 | 0.67 | 0 | 0.04 | 225.83 | 0.92 | 0.54 |
| Hex | 1E | 51 | F6 | 58 | 43 | 0 | 4 | E2 | 5C | 36 |
| Octal | 36 | 121 | 366 | 130 | 103 | 0 | 4 | 342 | 134 | 66 |
| Binary | 11110 | 1010001 | 11110110 | 1011000 | 1000011 | 0 | 100 | 11100010 | 1011100 | 110110 |
Color Harmonies of #1E51F6
Complementary color
Monochromatic Colors of #1E51F6
Black with #1E51F6
Text Example
Text Example
White with #1E51F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E51F6; }
p { color: rgb(30,81,246); }
H1.HeaderClassName
{
color: #1E51F6;
}
.AnyTagClassName
{
color: #1E51F6;
}
</style>
background-color css
<style>
a { background-color: #1E51F6; }
a { background-color: rgb(30,81,246); }
div.DivClassName
{
background-color: #1E51F6;
}
.BgClassName
{
background-color: #1E51F6;
}
</style>
border-color css
<style>
span { border-color: #1E51F6; }
span { border-color: rgb(30,81,246); }
td.TdClassName
{
border-color: #1E51F6;
}
.TagClassName
{
border-color: #1E51F6;
}
</style>