Shades of Royal Blue #1E5AFC
Tints of Royal Blue #1E5AFC
RGB
CMYK
RGB Variations
Color information
#1E5AFC (or 0x1E5AFC) is known color: Royal Blue. HEX triplet: 1E, 5A and FC. RGB value is (30,90,252). Sum of RGB (Red+Green+Blue) = 30+90+252=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E5AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5AFC is #E1A503. Grayscale: #595959. Windows color (decimal): -14787844 or 16538142. OLE color: 16538142.
HSL color Cylindrical-coordinate representation of color #1E5AFC: hue angle of 223.78º degrees, saturation: 0.97, 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 #1E5AFC is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 90 | 252 | - |
| CMYK | 0.88 | 0.64 | 0 | 0.01 |
| HSL | 223.78º | 0.97% | 0.55% | - |
| HSV(B) | 223.78º | 0.88% | 0.99% | - |
| XYZ | 21.76 | 14.62 | 93.77 | - |
| YUV | 90.53 | 219.12 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 252 | 0.88 | 0.64 | 0 | 0.01 | 223.78 | 0.97 | 0.55 |
| Hex | 1E | 5A | FC | 58 | 40 | 0 | 1 | E0 | 61 | 37 |
| Octal | 36 | 132 | 374 | 130 | 100 | 0 | 1 | 340 | 141 | 67 |
| Binary | 11110 | 1011010 | 11111100 | 1011000 | 1000000 | 0 | 1 | 11100000 | 1100001 | 110111 |
Color Harmonies of #1E5AFC
Complementary color
Monochromatic Colors of #1E5AFC
Black with #1E5AFC
Text Example
Text Example
White with #1E5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5AFC; }
p { color: rgb(30,90,252); }
H1.HeaderClassName
{
color: #1E5AFC;
}
.AnyTagClassName
{
color: #1E5AFC;
}
</style>
background-color css
<style>
a { background-color: #1E5AFC; }
a { background-color: rgb(30,90,252); }
div.DivClassName
{
background-color: #1E5AFC;
}
.BgClassName
{
background-color: #1E5AFC;
}
</style>
border-color css
<style>
span { border-color: #1E5AFC; }
span { border-color: rgb(30,90,252); }
td.TdClassName
{
border-color: #1E5AFC;
}
.TagClassName
{
border-color: #1E5AFC;
}
</style>