Shades of Royal Blue #2A6ED9
Tints of Royal Blue #2A6ED9
RGB
CMYK
RGB Variations
Color information
#2A6ED9 (or 0x2A6ED9) is known color: Royal Blue. HEX triplet: 2A, 6E and D9. RGB value is (42,110,217). Sum of RGB (Red+Green+Blue) = 42+110+217=369 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.38% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #2A6ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6ED9 is #D59126. Grayscale: #656565. Windows color (decimal): -13996327 or 14249514. OLE color: 14249514.
HSL color Cylindrical-coordinate representation of color #2A6ED9: hue angle of 216.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A6ED9 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 110 | 217 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.15 |
| HSL | 216.69º | 0.7% | 0.51% | - |
| HSV(B) | 216.69º | 0.81% | 0.85% | - |
| XYZ | 19.06 | 16.65 | 67.86 | - |
| YUV | 101.87 | 192.97 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 217 | 0.81 | 0.49 | 0 | 0.15 | 216.69 | 0.7 | 0.51 |
| Hex | 2A | 6E | D9 | 51 | 31 | 0 | F | D9 | 46 | 33 |
| Octal | 52 | 156 | 331 | 121 | 61 | 0 | 17 | 331 | 106 | 63 |
| Binary | 101010 | 1101110 | 11011001 | 1010001 | 110001 | 0 | 1111 | 11011001 | 1000110 | 110011 |
Color Harmonies of #2A6ED9
Complementary color
Monochromatic Colors of #2A6ED9
Black with #2A6ED9
Text Example
Text Example
White with #2A6ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6ED9; }
p { color: rgb(42,110,217); }
H1.HeaderClassName
{
color: #2A6ED9;
}
.AnyTagClassName
{
color: #2A6ED9;
}
</style>
background-color css
<style>
a { background-color: #2A6ED9; }
a { background-color: rgb(42,110,217); }
div.DivClassName
{
background-color: #2A6ED9;
}
.BgClassName
{
background-color: #2A6ED9;
}
</style>
border-color css
<style>
span { border-color: #2A6ED9; }
span { border-color: rgb(42,110,217); }
td.TdClassName
{
border-color: #2A6ED9;
}
.TagClassName
{
border-color: #2A6ED9;
}
</style>