Shades of Royal Blue #1A50FB
Tints of Royal Blue #1A50FB
RGB
CMYK
RGB Variations
Color information
#1A50FB (or 0x1A50FB) is known color: Royal Blue. HEX triplet: 1A, 50 and FB. RGB value is (26,80,251). Sum of RGB (Red+Green+Blue) = 26+80+251=357 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.28% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A50FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A50FB is #E5AF04. Grayscale: #525252. Windows color (decimal): -15052549 or 16470042. OLE color: 16470042.
HSL color Cylindrical-coordinate representation of color #1A50FB: hue angle of 225.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A50FB is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 80 | 251 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.02 |
| HSL | 225.6º | 0.97% | 0.54% | - |
| HSV(B) | 225.6º | 0.9% | 0.98% | - |
| XYZ | 20.71 | 12.92 | 92.67 | - |
| YUV | 83.35 | 222.61 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 80 | 251 | 0.90 | 0.68 | 0 | 0.02 | 225.6 | 0.97 | 0.54 |
| Hex | 1A | 50 | FB | 5A | 44 | 0 | 2 | E2 | 61 | 36 |
| Octal | 32 | 120 | 373 | 132 | 104 | 0 | 2 | 342 | 141 | 66 |
| Binary | 11010 | 1010000 | 11111011 | 1011010 | 1000100 | 0 | 10 | 11100010 | 1100001 | 110110 |
Color Harmonies of #1A50FB
Complementary color
Monochromatic Colors of #1A50FB
Black with #1A50FB
Text Example
Text Example
White with #1A50FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A50FB; }
p { color: rgb(26,80,251); }
H1.HeaderClassName
{
color: #1A50FB;
}
.AnyTagClassName
{
color: #1A50FB;
}
</style>
background-color css
<style>
a { background-color: #1A50FB; }
a { background-color: rgb(26,80,251); }
div.DivClassName
{
background-color: #1A50FB;
}
.BgClassName
{
background-color: #1A50FB;
}
</style>
border-color css
<style>
span { border-color: #1A50FB; }
span { border-color: rgb(26,80,251); }
td.TdClassName
{
border-color: #1A50FB;
}
.TagClassName
{
border-color: #1A50FB;
}
</style>