Shades of Royal Blue #1E5CFF
Tints of Royal Blue #1E5CFF
RGB
CMYK
RGB Variations
Color information
#1E5CFF (or 0x1E5CFF) is known color: Royal Blue. HEX triplet: 1E, 5C and FF. RGB value is (30,92,255). Sum of RGB (Red+Green+Blue) = 30+92+255=377 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.96% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E5CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5CFF is #E1A300. Grayscale: #5B5B5B. Windows color (decimal): -14787329 or 16735262. OLE color: 16735262.
HSL color Cylindrical-coordinate representation of color #1E5CFF: hue angle of 223.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5CFF is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 92 | 255 | - |
| CMYK | 0.88 | 0.64 | 0 | 0 |
| HSL | 223.47º | 1% | 0.56% | - |
| HSV(B) | 223.47º | 0.88% | 1% | - |
| XYZ | 22.41 | 15.15 | 96.35 | - |
| YUV | 92.04 | 219.96 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 255 | 0.88 | 0.64 | 0 | 0 | 223.47 | 1 | 0.56 |
| Hex | 1E | 5C | FF | 58 | 40 | 0 | 0 | DF | 64 | 38 |
| Octal | 36 | 134 | 377 | 130 | 100 | 0 | 0 | 337 | 144 | 70 |
| Binary | 11110 | 1011100 | 11111111 | 1011000 | 1000000 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #1E5CFF
Complementary color
Monochromatic Colors of #1E5CFF
Black with #1E5CFF
Text Example
Text Example
White with #1E5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CFF; }
p { color: rgb(30,92,255); }
H1.HeaderClassName
{
color: #1E5CFF;
}
.AnyTagClassName
{
color: #1E5CFF;
}
</style>
background-color css
<style>
a { background-color: #1E5CFF; }
a { background-color: rgb(30,92,255); }
div.DivClassName
{
background-color: #1E5CFF;
}
.BgClassName
{
background-color: #1E5CFF;
}
</style>
border-color css
<style>
span { border-color: #1E5CFF; }
span { border-color: rgb(30,92,255); }
td.TdClassName
{
border-color: #1E5CFF;
}
.TagClassName
{
border-color: #1E5CFF;
}
</style>