Shades of Royal Blue #1A4DF4
Tints of Royal Blue #1A4DF4
RGB
CMYK
RGB Variations
Color information
#1A4DF4 (or 0x1A4DF4) is known color: Royal Blue. HEX triplet: 1A, 4D and F4. RGB value is (26,77,244). Sum of RGB (Red+Green+Blue) = 26+77+244=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 244 (95.70% from 255 or 70.32% from 347); Max value from RGB is 244 - color contains mainly: blue. Hex color #1A4DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4DF4 is #E5B20B. Grayscale: #505050. Windows color (decimal): -15053324 or 16010522. OLE color: 16010522.
HSL color Cylindrical-coordinate representation of color #1A4DF4: hue angle of 225.96º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A4DF4 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 77 | 244 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.04 |
| HSL | 225.96º | 0.91% | 0.53% | - |
| HSV(B) | 225.96º | 0.89% | 0.96% | - |
| XYZ | 19.41 | 12.06 | 86.89 | - |
| YUV | 80.79 | 220.1 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 244 | 0.89 | 0.68 | 0 | 0.04 | 225.96 | 0.91 | 0.53 |
| Hex | 1A | 4D | F4 | 59 | 44 | 0 | 4 | E2 | 5B | 35 |
| Octal | 32 | 115 | 364 | 131 | 104 | 0 | 4 | 342 | 133 | 65 |
| Binary | 11010 | 1001101 | 11110100 | 1011001 | 1000100 | 0 | 100 | 11100010 | 1011011 | 110101 |
Color Harmonies of #1A4DF4
Complementary color
Monochromatic Colors of #1A4DF4
Black with #1A4DF4
Text Example
Text Example
White with #1A4DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DF4; }
p { color: rgb(26,77,244); }
H1.HeaderClassName
{
color: #1A4DF4;
}
.AnyTagClassName
{
color: #1A4DF4;
}
</style>
background-color css
<style>
a { background-color: #1A4DF4; }
a { background-color: rgb(26,77,244); }
div.DivClassName
{
background-color: #1A4DF4;
}
.BgClassName
{
background-color: #1A4DF4;
}
</style>
border-color css
<style>
span { border-color: #1A4DF4; }
span { border-color: rgb(26,77,244); }
td.TdClassName
{
border-color: #1A4DF4;
}
.TagClassName
{
border-color: #1A4DF4;
}
</style>