Shades of Royal Blue #1A50EB
Tints of Royal Blue #1A50EB
RGB
CMYK
RGB Variations
Color information
#1A50EB (or 0x1A50EB) is known color: Royal Blue. HEX triplet: 1A, 50 and EB. RGB value is (26,80,235). Sum of RGB (Red+Green+Blue) = 26+80+235=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A50EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A50EB is #E5AF14. Grayscale: #505050. Windows color (decimal): -15052565 or 15421466. OLE color: 15421466.
HSL color Cylindrical-coordinate representation of color #1A50EB: hue angle of 224.5º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A50EB is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 80 | 235 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.08 |
| HSL | 224.5º | 0.84% | 0.51% | - |
| HSV(B) | 224.5º | 0.89% | 0.92% | - |
| XYZ | 18.29 | 11.96 | 79.94 | - |
| YUV | 81.52 | 214.61 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 235 | 0.89 | 0.66 | 0 | 0.08 | 224.5 | 0.84 | 0.51 |
| Hex | 1A | 50 | EB | 59 | 42 | 0 | 8 | E0 | 54 | 33 |
| Octal | 32 | 120 | 353 | 131 | 102 | 0 | 10 | 340 | 124 | 63 |
| Binary | 11010 | 1010000 | 11101011 | 1011001 | 1000010 | 0 | 1000 | 11100000 | 1010100 | 110011 |
Color Harmonies of #1A50EB
Complementary color
Monochromatic Colors of #1A50EB
Black with #1A50EB
Text Example
Text Example
White with #1A50EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A50EB; }
p { color: rgb(26,80,235); }
H1.HeaderClassName
{
color: #1A50EB;
}
.AnyTagClassName
{
color: #1A50EB;
}
</style>
background-color css
<style>
a { background-color: #1A50EB; }
a { background-color: rgb(26,80,235); }
div.DivClassName
{
background-color: #1A50EB;
}
.BgClassName
{
background-color: #1A50EB;
}
</style>
border-color css
<style>
span { border-color: #1A50EB; }
span { border-color: rgb(26,80,235); }
td.TdClassName
{
border-color: #1A50EB;
}
.TagClassName
{
border-color: #1A50EB;
}
</style>