Shades of Royal Blue #1E4BF4
Tints of Royal Blue #1E4BF4
RGB
CMYK
RGB Variations
Color information
#1E4BF4 (or 0x1E4BF4) is known color: Royal Blue. HEX triplet: 1E, 4B and F4. RGB value is (30,75,244). Sum of RGB (Red+Green+Blue) = 30+75+244=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 244 (95.70% from 255 or 69.91% from 349); Max value from RGB is 244 - color contains mainly: blue. Hex color #1E4BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E4BF4 is #E1B40B. Grayscale: #505050. Windows color (decimal): -14791692 or 16010014. OLE color: 16010014.
HSL color Cylindrical-coordinate representation of color #1E4BF4: hue angle of 227.38º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E4BF4 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 75 | 244 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.04 |
| HSL | 227.38º | 0.91% | 0.54% | - |
| HSV(B) | 227.38º | 0.88% | 0.96% | - |
| XYZ | 19.38 | 11.84 | 86.85 | - |
| YUV | 80.81 | 220.09 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 244 | 0.88 | 0.69 | 0 | 0.04 | 227.38 | 0.91 | 0.54 |
| Hex | 1E | 4B | F4 | 58 | 45 | 0 | 4 | E3 | 5B | 36 |
| Octal | 36 | 113 | 364 | 130 | 105 | 0 | 4 | 343 | 133 | 66 |
| Binary | 11110 | 1001011 | 11110100 | 1011000 | 1000101 | 0 | 100 | 11100011 | 1011011 | 110110 |
Color Harmonies of #1E4BF4
Complementary color
Monochromatic Colors of #1E4BF4
Black with #1E4BF4
Text Example
Text Example
White with #1E4BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4BF4; }
p { color: rgb(30,75,244); }
H1.HeaderClassName
{
color: #1E4BF4;
}
.AnyTagClassName
{
color: #1E4BF4;
}
</style>
background-color css
<style>
a { background-color: #1E4BF4; }
a { background-color: rgb(30,75,244); }
div.DivClassName
{
background-color: #1E4BF4;
}
.BgClassName
{
background-color: #1E4BF4;
}
</style>
border-color css
<style>
span { border-color: #1E4BF4; }
span { border-color: rgb(30,75,244); }
td.TdClassName
{
border-color: #1E4BF4;
}
.TagClassName
{
border-color: #1E4BF4;
}
</style>