Shades of Royal Blue #1A64F9
Tints of Royal Blue #1A64F9
RGB
CMYK
RGB Variations
Color information
#1A64F9 (or 0x1A64F9) is known color: Royal Blue. HEX triplet: 1A, 64 and F9. RGB value is (26,100,249). Sum of RGB (Red+Green+Blue) = 26+100+249=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 249 (97.66% from 255 or 66.4% from 375); Max value from RGB is 249 - color contains mainly: blue. Hex color #1A64F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A64F9 is #E59B06. Grayscale: #5E5E5E. Windows color (decimal): -15047431 or 16344090. OLE color: 16344090.
HSL color Cylindrical-coordinate representation of color #1A64F9: hue angle of 220.09º degrees, saturation: 0.95, 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 #1A64F9 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 100 | 249 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.02 |
| HSL | 220.09º | 0.95% | 0.54% | - |
| HSV(B) | 220.09º | 0.9% | 0.98% | - |
| XYZ | 22.08 | 16.17 | 91.58 | - |
| YUV | 94.86 | 214.98 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 249 | 0.90 | 0.60 | 0 | 0.02 | 220.09 | 0.95 | 0.54 |
| Hex | 1A | 64 | F9 | 5A | 3C | 0 | 2 | DC | 5F | 36 |
| Octal | 32 | 144 | 371 | 132 | 74 | 0 | 2 | 334 | 137 | 66 |
| Binary | 11010 | 1100100 | 11111001 | 1011010 | 111100 | 0 | 10 | 11011100 | 1011111 | 110110 |
Color Harmonies of #1A64F9
Complementary color
Monochromatic Colors of #1A64F9
Black with #1A64F9
Text Example
Text Example
White with #1A64F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A64F9; }
p { color: rgb(26,100,249); }
H1.HeaderClassName
{
color: #1A64F9;
}
.AnyTagClassName
{
color: #1A64F9;
}
</style>
background-color css
<style>
a { background-color: #1A64F9; }
a { background-color: rgb(26,100,249); }
div.DivClassName
{
background-color: #1A64F9;
}
.BgClassName
{
background-color: #1A64F9;
}
</style>
border-color css
<style>
span { border-color: #1A64F9; }
span { border-color: rgb(26,100,249); }
td.TdClassName
{
border-color: #1A64F9;
}
.TagClassName
{
border-color: #1A64F9;
}
</style>