Shades of Royal Blue #1A5CFA
Tints of Royal Blue #1A5CFA
RGB
CMYK
RGB Variations
Color information
#1A5CFA (or 0x1A5CFA) is known color: Royal Blue. HEX triplet: 1A, 5C and FA. RGB value is (26,92,250). Sum of RGB (Red+Green+Blue) = 26+92+250=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A5CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A5CFA is #E5A305. Grayscale: #595959. Windows color (decimal): -15049478 or 16407578. OLE color: 16407578.
HSL color Cylindrical-coordinate representation of color #1A5CFA: hue angle of 222.32º 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 #1A5CFA is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 92 | 250 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.02 |
| HSL | 222.32º | 0.96% | 0.54% | - |
| HSV(B) | 222.32º | 0.9% | 0.98% | - |
| XYZ | 21.51 | 14.78 | 92.16 | - |
| YUV | 90.28 | 218.13 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 92 | 250 | 0.90 | 0.63 | 0 | 0.02 | 222.32 | 0.96 | 0.54 |
| Hex | 1A | 5C | FA | 5A | 3F | 0 | 2 | DE | 60 | 36 |
| Octal | 32 | 134 | 372 | 132 | 77 | 0 | 2 | 336 | 140 | 66 |
| Binary | 11010 | 1011100 | 11111010 | 1011010 | 111111 | 0 | 10 | 11011110 | 1100000 | 110110 |
Color Harmonies of #1A5CFA
Complementary color
Monochromatic Colors of #1A5CFA
Black with #1A5CFA
Text Example
Text Example
White with #1A5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5CFA; }
p { color: rgb(26,92,250); }
H1.HeaderClassName
{
color: #1A5CFA;
}
.AnyTagClassName
{
color: #1A5CFA;
}
</style>
background-color css
<style>
a { background-color: #1A5CFA; }
a { background-color: rgb(26,92,250); }
div.DivClassName
{
background-color: #1A5CFA;
}
.BgClassName
{
background-color: #1A5CFA;
}
</style>
border-color css
<style>
span { border-color: #1A5CFA; }
span { border-color: rgb(26,92,250); }
td.TdClassName
{
border-color: #1A5CFA;
}
.TagClassName
{
border-color: #1A5CFA;
}
</style>