Shades of Royal Blue #1A5DFA
Tints of Royal Blue #1A5DFA
RGB
CMYK
RGB Variations
Color information
#1A5DFA (or 0x1A5DFA) is known color: Royal Blue. HEX triplet: 1A, 5D and FA. RGB value is (26,93,250). Sum of RGB (Red+Green+Blue) = 26+93+250=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 250 (98.05% from 255 or 67.75% from 369); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A5DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5DFA is #E5A205. Grayscale: #5A5A5A. Windows color (decimal): -15049222 or 16407834. OLE color: 16407834.
HSL color Cylindrical-coordinate representation of color #1A5DFA: hue angle of 222.05º degrees, saturation: 0.96, 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 #1A5DFA is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 93 | 250 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.02 |
| HSL | 222.05º | 0.96% | 0.54% | - |
| HSV(B) | 222.05º | 0.9% | 0.98% | - |
| XYZ | 21.6 | 14.95 | 92.19 | - |
| YUV | 90.87 | 217.8 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 250 | 0.90 | 0.63 | 0 | 0.02 | 222.05 | 0.96 | 0.54 |
| Hex | 1A | 5D | FA | 5A | 3F | 0 | 2 | DE | 60 | 36 |
| Octal | 32 | 135 | 372 | 132 | 77 | 0 | 2 | 336 | 140 | 66 |
| Binary | 11010 | 1011101 | 11111010 | 1011010 | 111111 | 0 | 10 | 11011110 | 1100000 | 110110 |
Color Harmonies of #1A5DFA
Complementary color
Monochromatic Colors of #1A5DFA
Black with #1A5DFA
Text Example
Text Example
White with #1A5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5DFA; }
p { color: rgb(26,93,250); }
H1.HeaderClassName
{
color: #1A5DFA;
}
.AnyTagClassName
{
color: #1A5DFA;
}
</style>
background-color css
<style>
a { background-color: #1A5DFA; }
a { background-color: rgb(26,93,250); }
div.DivClassName
{
background-color: #1A5DFA;
}
.BgClassName
{
background-color: #1A5DFA;
}
</style>
border-color css
<style>
span { border-color: #1A5DFA; }
span { border-color: rgb(26,93,250); }
td.TdClassName
{
border-color: #1A5DFA;
}
.TagClassName
{
border-color: #1A5DFA;
}
</style>