Shades of Royal Blue #1A4EEE
Tints of Royal Blue #1A4EEE
RGB
CMYK
RGB Variations
Color information
#1A4EEE (or 0x1A4EEE) is known color: Royal Blue. HEX triplet: 1A, 4E and EE. RGB value is (26,78,238). Sum of RGB (Red+Green+Blue) = 26+78+238=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 238 (93.36% from 255 or 69.59% from 342); Max value from RGB is 238 - color contains mainly: blue. Hex color #1A4EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4EEE is #E5B111. Grayscale: #505050. Windows color (decimal): -15053074 or 15617562. OLE color: 15617562.
HSL color Cylindrical-coordinate representation of color #1A4EEE: hue angle of 225.28º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A4EEE is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 26 | 78 | 238 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.07 |
| HSL | 225.28º | 0.86% | 0.52% | - |
| HSV(B) | 225.28º | 0.89% | 0.93% | - |
| XYZ | 18.58 | 11.84 | 82.2 | - |
| YUV | 80.69 | 216.77 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 78 | 238 | 0.89 | 0.67 | 0 | 0.07 | 225.28 | 0.86 | 0.52 |
| Hex | 1A | 4E | EE | 59 | 43 | 0 | 7 | E1 | 56 | 34 |
| Octal | 32 | 116 | 356 | 131 | 103 | 0 | 7 | 341 | 126 | 64 |
| Binary | 11010 | 1001110 | 11101110 | 1011001 | 1000011 | 0 | 111 | 11100001 | 1010110 | 110100 |
Color Harmonies of #1A4EEE
Complementary color
Monochromatic Colors of #1A4EEE
Black with #1A4EEE
Text Example
Text Example
White with #1A4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4EEE; }
p { color: rgb(26,78,238); }
H1.HeaderClassName
{
color: #1A4EEE;
}
.AnyTagClassName
{
color: #1A4EEE;
}
</style>
background-color css
<style>
a { background-color: #1A4EEE; }
a { background-color: rgb(26,78,238); }
div.DivClassName
{
background-color: #1A4EEE;
}
.BgClassName
{
background-color: #1A4EEE;
}
</style>
border-color css
<style>
span { border-color: #1A4EEE; }
span { border-color: rgb(26,78,238); }
td.TdClassName
{
border-color: #1A4EEE;
}
.TagClassName
{
border-color: #1A4EEE;
}
</style>