Shades of Royal Blue #1E5FFF
Tints of Royal Blue #1E5FFF
RGB
CMYK
RGB Variations
Color information
#1E5FFF (or 0x1E5FFF) is known color: Royal Blue. HEX triplet: 1E, 5F and FF. RGB value is (30,95,255). Sum of RGB (Red+Green+Blue) = 30+95+255=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 95 (37.5% from 255 or 25% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E5FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5FFF is #E1A000. Grayscale: #5D5D5D. Windows color (decimal): -14786561 or 16736030. OLE color: 16736030.
HSL color Cylindrical-coordinate representation of color #1E5FFF: hue angle of 222.67º 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 #1E5FFF is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 95 | 255 | - |
| CMYK | 0.88 | 0.63 | 0 | 0 |
| HSL | 222.67º | 1% | 0.56% | - |
| HSV(B) | 222.67º | 0.88% | 1% | - |
| XYZ | 22.68 | 15.68 | 96.44 | - |
| YUV | 93.81 | 218.97 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 255 | 0.88 | 0.63 | 0 | 0 | 222.67 | 1 | 0.56 |
| Hex | 1E | 5F | FF | 58 | 3F | 0 | 0 | DF | 64 | 38 |
| Octal | 36 | 137 | 377 | 130 | 77 | 0 | 0 | 337 | 144 | 70 |
| Binary | 11110 | 1011111 | 11111111 | 1011000 | 111111 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #1E5FFF
Complementary color
Monochromatic Colors of #1E5FFF
Black with #1E5FFF
Text Example
Text Example
White with #1E5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FFF; }
p { color: rgb(30,95,255); }
H1.HeaderClassName
{
color: #1E5FFF;
}
.AnyTagClassName
{
color: #1E5FFF;
}
</style>
background-color css
<style>
a { background-color: #1E5FFF; }
a { background-color: rgb(30,95,255); }
div.DivClassName
{
background-color: #1E5FFF;
}
.BgClassName
{
background-color: #1E5FFF;
}
</style>
border-color css
<style>
span { border-color: #1E5FFF; }
span { border-color: rgb(30,95,255); }
td.TdClassName
{
border-color: #1E5FFF;
}
.TagClassName
{
border-color: #1E5FFF;
}
</style>