Shades of Royal Blue #2A6AE0
Tints of Royal Blue #2A6AE0
RGB
CMYK
RGB Variations
Color information
#2A6AE0 (or 0x2A6AE0) is known color: Royal Blue. HEX triplet: 2A, 6A and E0. RGB value is (42,106,224). Sum of RGB (Red+Green+Blue) = 42+106+224=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 224 (87.89% from 255 or 60.22% from 372); Max value from RGB is 224 - color contains mainly: blue. Hex color #2A6AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6AE0 is #D5951F. Grayscale: #636363. Windows color (decimal): -13997344 or 14707242. OLE color: 14707242.
HSL color Cylindrical-coordinate representation of color #2A6AE0: hue angle of 218.9º 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 #2A6AE0 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 106 | 224 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.12 |
| HSL | 218.9º | 0.75% | 0.52% | - |
| HSV(B) | 218.9º | 0.81% | 0.88% | - |
| XYZ | 19.56 | 16.18 | 72.61 | - |
| YUV | 100.32 | 197.8 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 224 | 0.81 | 0.53 | 0 | 0.12 | 218.9 | 0.75 | 0.52 |
| Hex | 2A | 6A | E0 | 51 | 35 | 0 | C | DB | 4B | 34 |
| Octal | 52 | 152 | 340 | 121 | 65 | 0 | 14 | 333 | 113 | 64 |
| Binary | 101010 | 1101010 | 11100000 | 1010001 | 110101 | 0 | 1100 | 11011011 | 1001011 | 110100 |
Color Harmonies of #2A6AE0
Complementary color
Monochromatic Colors of #2A6AE0
Black with #2A6AE0
Text Example
Text Example
White with #2A6AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6AE0; }
p { color: rgb(42,106,224); }
H1.HeaderClassName
{
color: #2A6AE0;
}
.AnyTagClassName
{
color: #2A6AE0;
}
</style>
background-color css
<style>
a { background-color: #2A6AE0; }
a { background-color: rgb(42,106,224); }
div.DivClassName
{
background-color: #2A6AE0;
}
.BgClassName
{
background-color: #2A6AE0;
}
</style>
border-color css
<style>
span { border-color: #2A6AE0; }
span { border-color: rgb(42,106,224); }
td.TdClassName
{
border-color: #2A6AE0;
}
.TagClassName
{
border-color: #2A6AE0;
}
</style>