Shades of Royal Blue #1E5AFD
Tints of Royal Blue #1E5AFD
RGB
CMYK
RGB Variations
Color information
#1E5AFD (or 0x1E5AFD) is known color: Royal Blue. HEX triplet: 1E, 5A and FD. RGB value is (30,90,253). Sum of RGB (Red+Green+Blue) = 30+90+253=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E5AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5AFD is #E1A502. Grayscale: #595959. Windows color (decimal): -14787843 or 16603678. OLE color: 16603678.
HSL color Cylindrical-coordinate representation of color #1E5AFD: hue angle of 223.86º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5AFD is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 90 | 253 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.01 |
| HSL | 223.86º | 0.98% | 0.55% | - |
| HSV(B) | 223.86º | 0.88% | 0.99% | - |
| XYZ | 21.92 | 14.68 | 94.61 | - |
| YUV | 90.64 | 219.62 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 253 | 0.88 | 0.64 | 0 | 0.01 | 223.86 | 0.98 | 0.55 |
| Hex | 1E | 5A | FD | 58 | 40 | 0 | 1 | E0 | 62 | 37 |
| Octal | 36 | 132 | 375 | 130 | 100 | 0 | 1 | 340 | 142 | 67 |
| Binary | 11110 | 1011010 | 11111101 | 1011000 | 1000000 | 0 | 1 | 11100000 | 1100010 | 110111 |
Color Harmonies of #1E5AFD
Complementary color
Monochromatic Colors of #1E5AFD
Black with #1E5AFD
Text Example
Text Example
White with #1E5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5AFD; }
p { color: rgb(30,90,253); }
H1.HeaderClassName
{
color: #1E5AFD;
}
.AnyTagClassName
{
color: #1E5AFD;
}
</style>
background-color css
<style>
a { background-color: #1E5AFD; }
a { background-color: rgb(30,90,253); }
div.DivClassName
{
background-color: #1E5AFD;
}
.BgClassName
{
background-color: #1E5AFD;
}
</style>
border-color css
<style>
span { border-color: #1E5AFD; }
span { border-color: rgb(30,90,253); }
td.TdClassName
{
border-color: #1E5AFD;
}
.TagClassName
{
border-color: #1E5AFD;
}
</style>