Shades of Royal Blue #1E5CEF
Tints of Royal Blue #1E5CEF
RGB
CMYK
RGB Variations
Color information
#1E5CEF (or 0x1E5CEF) is known color: Royal Blue. HEX triplet: 1E, 5C and EF. RGB value is (30,92,239). Sum of RGB (Red+Green+Blue) = 30+92+239=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E5CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E5CEF is #E1A310. Grayscale: #595959. Windows color (decimal): -14787345 or 15686686. OLE color: 15686686.
HSL color Cylindrical-coordinate representation of color #1E5CEF: hue angle of 222.2º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E5CEF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 92 | 239 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.06 |
| HSL | 222.2º | 0.87% | 0.53% | - |
| HSV(B) | 222.2º | 0.87% | 0.94% | - |
| XYZ | 19.94 | 14.16 | 83.34 | - |
| YUV | 90.22 | 211.96 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 239 | 0.87 | 0.62 | 0 | 0.06 | 222.2 | 0.87 | 0.53 |
| Hex | 1E | 5C | EF | 57 | 3E | 0 | 6 | DE | 57 | 35 |
| Octal | 36 | 134 | 357 | 127 | 76 | 0 | 6 | 336 | 127 | 65 |
| Binary | 11110 | 1011100 | 11101111 | 1010111 | 111110 | 0 | 110 | 11011110 | 1010111 | 110101 |
Color Harmonies of #1E5CEF
Complementary color
Monochromatic Colors of #1E5CEF
Black with #1E5CEF
Text Example
Text Example
White with #1E5CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CEF; }
p { color: rgb(30,92,239); }
H1.HeaderClassName
{
color: #1E5CEF;
}
.AnyTagClassName
{
color: #1E5CEF;
}
</style>
background-color css
<style>
a { background-color: #1E5CEF; }
a { background-color: rgb(30,92,239); }
div.DivClassName
{
background-color: #1E5CEF;
}
.BgClassName
{
background-color: #1E5CEF;
}
</style>
border-color css
<style>
span { border-color: #1E5CEF; }
span { border-color: rgb(30,92,239); }
td.TdClassName
{
border-color: #1E5CEF;
}
.TagClassName
{
border-color: #1E5CEF;
}
</style>