Shades of Royal Blue #2A6AE1
Tints of Royal Blue #2A6AE1
RGB
CMYK
RGB Variations
Color information
#2A6AE1 (or 0x2A6AE1) is known color: Royal Blue. HEX triplet: 2A, 6A and E1. RGB value is (42,106,225). Sum of RGB (Red+Green+Blue) = 42+106+225=373 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.26% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 225 (88.28% from 255 or 60.32% from 373); Max value from RGB is 225 - color contains mainly: blue. Hex color #2A6AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6AE1 is #D5951E. Grayscale: #636363. Windows color (decimal): -13997343 or 14772778. OLE color: 14772778.
HSL color Cylindrical-coordinate representation of color #2A6AE1: hue angle of 219.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A6AE1 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 106 | 225 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.12 |
| HSL | 219.02º | 0.75% | 0.52% | - |
| HSV(B) | 219.02º | 0.81% | 0.88% | - |
| XYZ | 19.7 | 16.24 | 73.33 | - |
| YUV | 100.43 | 198.3 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 225 | 0.81 | 0.53 | 0 | 0.12 | 219.02 | 0.75 | 0.52 |
| Hex | 2A | 6A | E1 | 51 | 35 | 0 | C | DB | 4B | 34 |
| Octal | 52 | 152 | 341 | 121 | 65 | 0 | 14 | 333 | 113 | 64 |
| Binary | 101010 | 1101010 | 11100001 | 1010001 | 110101 | 0 | 1100 | 11011011 | 1001011 | 110100 |
Color Harmonies of #2A6AE1
Complementary color
Monochromatic Colors of #2A6AE1
Black with #2A6AE1
Text Example
Text Example
White with #2A6AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6AE1; }
p { color: rgb(42,106,225); }
H1.HeaderClassName
{
color: #2A6AE1;
}
.AnyTagClassName
{
color: #2A6AE1;
}
</style>
background-color css
<style>
a { background-color: #2A6AE1; }
a { background-color: rgb(42,106,225); }
div.DivClassName
{
background-color: #2A6AE1;
}
.BgClassName
{
background-color: #2A6AE1;
}
</style>
border-color css
<style>
span { border-color: #2A6AE1; }
span { border-color: rgb(42,106,225); }
td.TdClassName
{
border-color: #2A6AE1;
}
.TagClassName
{
border-color: #2A6AE1;
}
</style>