Shades of Royal Blue #1E5CF8
Tints of Royal Blue #1E5CF8
RGB
CMYK
RGB Variations
Color information
#1E5CF8 (or 0x1E5CF8) is known color: Royal Blue. HEX triplet: 1E, 5C and F8. RGB value is (30,92,248). Sum of RGB (Red+Green+Blue) = 30+92+248=370 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.11% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 248 (97.27% from 255 or 67.03% from 370); Max value from RGB is 248 - color contains mainly: blue. Hex color #1E5CF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5CF8 is #E1A307. Grayscale: #5A5A5A. Windows color (decimal): -14787336 or 16276510. OLE color: 16276510.
HSL color Cylindrical-coordinate representation of color #1E5CF8: hue angle of 222.94º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E5CF8 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 92 | 248 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.03 |
| HSL | 222.94º | 0.94% | 0.55% | - |
| HSV(B) | 222.94º | 0.88% | 0.97% | - |
| XYZ | 21.31 | 14.71 | 90.52 | - |
| YUV | 91.25 | 216.46 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 248 | 0.88 | 0.63 | 0 | 0.03 | 222.94 | 0.94 | 0.55 |
| Hex | 1E | 5C | F8 | 58 | 3F | 0 | 3 | DF | 5E | 37 |
| Octal | 36 | 134 | 370 | 130 | 77 | 0 | 3 | 337 | 136 | 67 |
| Binary | 11110 | 1011100 | 11111000 | 1011000 | 111111 | 0 | 11 | 11011111 | 1011110 | 110111 |
Color Harmonies of #1E5CF8
Complementary color
Monochromatic Colors of #1E5CF8
Black with #1E5CF8
Text Example
Text Example
White with #1E5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CF8; }
p { color: rgb(30,92,248); }
H1.HeaderClassName
{
color: #1E5CF8;
}
.AnyTagClassName
{
color: #1E5CF8;
}
</style>
background-color css
<style>
a { background-color: #1E5CF8; }
a { background-color: rgb(30,92,248); }
div.DivClassName
{
background-color: #1E5CF8;
}
.BgClassName
{
background-color: #1E5CF8;
}
</style>
border-color css
<style>
span { border-color: #1E5CF8; }
span { border-color: rgb(30,92,248); }
td.TdClassName
{
border-color: #1E5CF8;
}
.TagClassName
{
border-color: #1E5CF8;
}
</style>