Shades of Royal Blue #1E5BFD
Tints of Royal Blue #1E5BFD
RGB
CMYK
RGB Variations
Color information
#1E5BFD (or 0x1E5BFD) is known color: Royal Blue. HEX triplet: 1E, 5B and FD. RGB value is (30,91,253). Sum of RGB (Red+Green+Blue) = 30+91+253=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #1E5BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5BFD is #E1A402. Grayscale: #5A5A5A. Windows color (decimal): -14787587 or 16603934. OLE color: 16603934.
HSL color Cylindrical-coordinate representation of color #1E5BFD: hue angle of 223.59º 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 #1E5BFD is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 91 | 253 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.01 |
| HSL | 223.59º | 0.98% | 0.55% | - |
| HSV(B) | 223.59º | 0.88% | 0.99% | - |
| XYZ | 22.01 | 14.85 | 94.64 | - |
| YUV | 91.23 | 219.29 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 253 | 0.88 | 0.64 | 0 | 0.01 | 223.59 | 0.98 | 0.55 |
| Hex | 1E | 5B | FD | 58 | 40 | 0 | 1 | E0 | 62 | 37 |
| Octal | 36 | 133 | 375 | 130 | 100 | 0 | 1 | 340 | 142 | 67 |
| Binary | 11110 | 1011011 | 11111101 | 1011000 | 1000000 | 0 | 1 | 11100000 | 1100010 | 110111 |
Color Harmonies of #1E5BFD
Complementary color
Monochromatic Colors of #1E5BFD
Black with #1E5BFD
Text Example
Text Example
White with #1E5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BFD; }
p { color: rgb(30,91,253); }
H1.HeaderClassName
{
color: #1E5BFD;
}
.AnyTagClassName
{
color: #1E5BFD;
}
</style>
background-color css
<style>
a { background-color: #1E5BFD; }
a { background-color: rgb(30,91,253); }
div.DivClassName
{
background-color: #1E5BFD;
}
.BgClassName
{
background-color: #1E5BFD;
}
</style>
border-color css
<style>
span { border-color: #1E5BFD; }
span { border-color: rgb(30,91,253); }
td.TdClassName
{
border-color: #1E5BFD;
}
.TagClassName
{
border-color: #1E5BFD;
}
</style>