Shades of Royal Blue #1E4FEF
Tints of Royal Blue #1E4FEF
RGB
CMYK
RGB Variations
Color information
#1E4FEF (or 0x1E4FEF) is known color: Royal Blue. HEX triplet: 1E, 4F and EF. RGB value is (30,79,239). Sum of RGB (Red+Green+Blue) = 30+79+239=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 239 (93.75% from 255 or 68.68% from 348); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E4FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E4FEF is #E1B010. Grayscale: #515151. Windows color (decimal): -14790673 or 15683358. OLE color: 15683358.
HSL color Cylindrical-coordinate representation of color #1E4FEF: hue angle of 225.93º 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 #1E4FEF is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 79 | 239 | - |
| CMYK | 0.87 | 0.67 | 0 | 0.06 |
| HSL | 225.93º | 0.87% | 0.53% | - |
| HSV(B) | 225.93º | 0.87% | 0.94% | - |
| XYZ | 18.91 | 12.1 | 83 | - |
| YUV | 82.59 | 216.27 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 79 | 239 | 0.87 | 0.67 | 0 | 0.06 | 225.93 | 0.87 | 0.53 |
| Hex | 1E | 4F | EF | 57 | 43 | 0 | 6 | E2 | 57 | 35 |
| Octal | 36 | 117 | 357 | 127 | 103 | 0 | 6 | 342 | 127 | 65 |
| Binary | 11110 | 1001111 | 11101111 | 1010111 | 1000011 | 0 | 110 | 11100010 | 1010111 | 110101 |
Color Harmonies of #1E4FEF
Complementary color
Monochromatic Colors of #1E4FEF
Black with #1E4FEF
Text Example
Text Example
White with #1E4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4FEF; }
p { color: rgb(30,79,239); }
H1.HeaderClassName
{
color: #1E4FEF;
}
.AnyTagClassName
{
color: #1E4FEF;
}
</style>
background-color css
<style>
a { background-color: #1E4FEF; }
a { background-color: rgb(30,79,239); }
div.DivClassName
{
background-color: #1E4FEF;
}
.BgClassName
{
background-color: #1E4FEF;
}
</style>
border-color css
<style>
span { border-color: #1E4FEF; }
span { border-color: rgb(30,79,239); }
td.TdClassName
{
border-color: #1E4FEF;
}
.TagClassName
{
border-color: #1E4FEF;
}
</style>