Shades of Royal Blue #1A4DF3
Tints of Royal Blue #1A4DF3
RGB
CMYK
RGB Variations
Color information
#1A4DF3 (or 0x1A4DF3) is known color: Royal Blue. HEX triplet: 1A, 4D and F3. RGB value is (26,77,243). Sum of RGB (Red+Green+Blue) = 26+77+243=346 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.51% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 243 (95.31% from 255 or 70.23% from 346); Max value from RGB is 243 - color contains mainly: blue. Hex color #1A4DF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4DF3 is #E5B20C. Grayscale: #4F4F4F. Windows color (decimal): -15053325 or 15944986. OLE color: 15944986.
HSL color Cylindrical-coordinate representation of color #1A4DF3: hue angle of 225.9º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A4DF3 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 77 | 243 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.05 |
| HSL | 225.9º | 0.9% | 0.53% | - |
| HSV(B) | 225.9º | 0.89% | 0.95% | - |
| XYZ | 19.26 | 12 | 86.09 | - |
| YUV | 80.68 | 219.6 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 77 | 243 | 0.89 | 0.68 | 0 | 0.05 | 225.9 | 0.9 | 0.53 |
| Hex | 1A | 4D | F3 | 59 | 44 | 0 | 5 | E2 | 5A | 35 |
| Octal | 32 | 115 | 363 | 131 | 104 | 0 | 5 | 342 | 132 | 65 |
| Binary | 11010 | 1001101 | 11110011 | 1011001 | 1000100 | 0 | 101 | 11100010 | 1011010 | 110101 |
Color Harmonies of #1A4DF3
Complementary color
Monochromatic Colors of #1A4DF3
Black with #1A4DF3
Text Example
Text Example
White with #1A4DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4DF3; }
p { color: rgb(26,77,243); }
H1.HeaderClassName
{
color: #1A4DF3;
}
.AnyTagClassName
{
color: #1A4DF3;
}
</style>
background-color css
<style>
a { background-color: #1A4DF3; }
a { background-color: rgb(26,77,243); }
div.DivClassName
{
background-color: #1A4DF3;
}
.BgClassName
{
background-color: #1A4DF3;
}
</style>
border-color css
<style>
span { border-color: #1A4DF3; }
span { border-color: rgb(26,77,243); }
td.TdClassName
{
border-color: #1A4DF3;
}
.TagClassName
{
border-color: #1A4DF3;
}
</style>