Shades of Royal Blue #1A54EF
Tints of Royal Blue #1A54EF
RGB
CMYK
RGB Variations
Color information
#1A54EF (or 0x1A54EF) is known color: Royal Blue. HEX triplet: 1A, 54 and EF. RGB value is (26,84,239). Sum of RGB (Red+Green+Blue) = 26+84+239=349 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.45% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A54EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A54EF is #E5AB10. Grayscale: #535353. Windows color (decimal): -15051537 or 15684634. OLE color: 15684634.
HSL color Cylindrical-coordinate representation of color #1A54EF: hue angle of 223.66º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A54EF is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 84 | 239 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.06 |
| HSL | 223.66º | 0.87% | 0.52% | - |
| HSV(B) | 223.66º | 0.89% | 0.94% | - |
| XYZ | 19.18 | 12.79 | 83.12 | - |
| YUV | 84.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 239 | 0.89 | 0.65 | 0 | 0.06 | 223.66 | 0.87 | 0.52 |
| Hex | 1A | 54 | EF | 59 | 41 | 0 | 6 | E0 | 57 | 34 |
| Octal | 32 | 124 | 357 | 131 | 101 | 0 | 6 | 340 | 127 | 64 |
| Binary | 11010 | 1010100 | 11101111 | 1011001 | 1000001 | 0 | 110 | 11100000 | 1010111 | 110100 |
Color Harmonies of #1A54EF
Complementary color
Monochromatic Colors of #1A54EF
Black with #1A54EF
Text Example
Text Example
White with #1A54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54EF; }
p { color: rgb(26,84,239); }
H1.HeaderClassName
{
color: #1A54EF;
}
.AnyTagClassName
{
color: #1A54EF;
}
</style>
background-color css
<style>
a { background-color: #1A54EF; }
a { background-color: rgb(26,84,239); }
div.DivClassName
{
background-color: #1A54EF;
}
.BgClassName
{
background-color: #1A54EF;
}
</style>
border-color css
<style>
span { border-color: #1A54EF; }
span { border-color: rgb(26,84,239); }
td.TdClassName
{
border-color: #1A54EF;
}
.TagClassName
{
border-color: #1A54EF;
}
</style>