Shades of Royal Blue #1A54F2
Tints of Royal Blue #1A54F2
RGB
CMYK
RGB Variations
Color information
#1A54F2 (or 0x1A54F2) is known color: Royal Blue. HEX triplet: 1A, 54 and F2. RGB value is (26,84,242). Sum of RGB (Red+Green+Blue) = 26+84+242=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #1A54F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A54F2 is #E5AB0D. Grayscale: #535353. Windows color (decimal): -15051534 or 15881242. OLE color: 15881242.
HSL color Cylindrical-coordinate representation of color #1A54F2: hue angle of 223.89º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A54F2 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 84 | 242 | - |
| CMYK | 0.89 | 0.65 | 0 | 0.05 |
| HSL | 223.89º | 0.89% | 0.53% | - |
| HSV(B) | 223.89º | 0.89% | 0.95% | - |
| XYZ | 19.62 | 12.97 | 85.47 | - |
| YUV | 84.67 | 216.78 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 84 | 242 | 0.89 | 0.65 | 0 | 0.05 | 223.89 | 0.89 | 0.53 |
| Hex | 1A | 54 | F2 | 59 | 41 | 0 | 5 | E0 | 59 | 35 |
| Octal | 32 | 124 | 362 | 131 | 101 | 0 | 5 | 340 | 131 | 65 |
| Binary | 11010 | 1010100 | 11110010 | 1011001 | 1000001 | 0 | 101 | 11100000 | 1011001 | 110101 |
Color Harmonies of #1A54F2
Complementary color
Monochromatic Colors of #1A54F2
Black with #1A54F2
Text Example
Text Example
White with #1A54F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A54F2; }
p { color: rgb(26,84,242); }
H1.HeaderClassName
{
color: #1A54F2;
}
.AnyTagClassName
{
color: #1A54F2;
}
</style>
background-color css
<style>
a { background-color: #1A54F2; }
a { background-color: rgb(26,84,242); }
div.DivClassName
{
background-color: #1A54F2;
}
.BgClassName
{
background-color: #1A54F2;
}
</style>
border-color css
<style>
span { border-color: #1A54F2; }
span { border-color: rgb(26,84,242); }
td.TdClassName
{
border-color: #1A54F2;
}
.TagClassName
{
border-color: #1A54F2;
}
</style>