Shades of Royal Blue #1E5AFA
Tints of Royal Blue #1E5AFA
RGB
CMYK
RGB Variations
Color information
#1E5AFA (or 0x1E5AFA) is known color: Royal Blue. HEX triplet: 1E, 5A and FA. RGB value is (30,90,250). Sum of RGB (Red+Green+Blue) = 30+90+250=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E5AFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5AFA is #E1A505. Grayscale: #595959. Windows color (decimal): -14787846 or 16407070. OLE color: 16407070.
HSL color Cylindrical-coordinate representation of color #1E5AFA: hue angle of 223.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5AFA is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 90 | 250 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.02 |
| HSL | 223.64º | 0.96% | 0.55% | - |
| HSV(B) | 223.64º | 0.88% | 0.98% | - |
| XYZ | 21.45 | 14.49 | 92.11 | - |
| YUV | 90.3 | 218.12 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 250 | 0.88 | 0.64 | 0 | 0.02 | 223.64 | 0.96 | 0.55 |
| Hex | 1E | 5A | FA | 58 | 40 | 0 | 2 | E0 | 60 | 37 |
| Octal | 36 | 132 | 372 | 130 | 100 | 0 | 2 | 340 | 140 | 67 |
| Binary | 11110 | 1011010 | 11111010 | 1011000 | 1000000 | 0 | 10 | 11100000 | 1100000 | 110111 |
Color Harmonies of #1E5AFA
Complementary color
Monochromatic Colors of #1E5AFA
Black with #1E5AFA
Text Example
Text Example
White with #1E5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5AFA; }
p { color: rgb(30,90,250); }
H1.HeaderClassName
{
color: #1E5AFA;
}
.AnyTagClassName
{
color: #1E5AFA;
}
</style>
background-color css
<style>
a { background-color: #1E5AFA; }
a { background-color: rgb(30,90,250); }
div.DivClassName
{
background-color: #1E5AFA;
}
.BgClassName
{
background-color: #1E5AFA;
}
</style>
border-color css
<style>
span { border-color: #1E5AFA; }
span { border-color: rgb(30,90,250); }
td.TdClassName
{
border-color: #1E5AFA;
}
.TagClassName
{
border-color: #1E5AFA;
}
</style>