Shades of Royal Blue #1E5BFA
Tints of Royal Blue #1E5BFA
RGB
CMYK
RGB Variations
Color information
#1E5BFA (or 0x1E5BFA) is known color: Royal Blue. HEX triplet: 1E, 5B and FA. RGB value is (30,91,250). Sum of RGB (Red+Green+Blue) = 30+91+250=371 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.09% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E5BFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5BFA is #E1A405. Grayscale: #5A5A5A. Windows color (decimal): -14787590 or 16407326. OLE color: 16407326.
HSL color Cylindrical-coordinate representation of color #1E5BFA: hue angle of 223.36º 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 #1E5BFA is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 91 | 250 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.02 |
| HSL | 223.36º | 0.96% | 0.55% | - |
| HSV(B) | 223.36º | 0.88% | 0.98% | - |
| XYZ | 21.53 | 14.66 | 92.14 | - |
| YUV | 90.89 | 217.79 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 250 | 0.88 | 0.64 | 0 | 0.02 | 223.36 | 0.96 | 0.55 |
| Hex | 1E | 5B | FA | 58 | 40 | 0 | 2 | DF | 60 | 37 |
| Octal | 36 | 133 | 372 | 130 | 100 | 0 | 2 | 337 | 140 | 67 |
| Binary | 11110 | 1011011 | 11111010 | 1011000 | 1000000 | 0 | 10 | 11011111 | 1100000 | 110111 |
Color Harmonies of #1E5BFA
Complementary color
Monochromatic Colors of #1E5BFA
Black with #1E5BFA
Text Example
Text Example
White with #1E5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BFA; }
p { color: rgb(30,91,250); }
H1.HeaderClassName
{
color: #1E5BFA;
}
.AnyTagClassName
{
color: #1E5BFA;
}
</style>
background-color css
<style>
a { background-color: #1E5BFA; }
a { background-color: rgb(30,91,250); }
div.DivClassName
{
background-color: #1E5BFA;
}
.BgClassName
{
background-color: #1E5BFA;
}
</style>
border-color css
<style>
span { border-color: #1E5BFA; }
span { border-color: rgb(30,91,250); }
td.TdClassName
{
border-color: #1E5BFA;
}
.TagClassName
{
border-color: #1E5BFA;
}
</style>