Shades of Royal Blue #2A6ED8
Tints of Royal Blue #2A6ED8
RGB
CMYK
RGB Variations
Color information
#2A6ED8 (or 0x2A6ED8) is known color: Royal Blue. HEX triplet: 2A, 6E and D8. RGB value is (42,110,216). Sum of RGB (Red+Green+Blue) = 42+110+216=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 216 (84.77% from 255 or 58.70% from 368); Max value from RGB is 216 - color contains mainly: blue. Hex color #2A6ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6ED8 is #D59127. Grayscale: #656565. Windows color (decimal): -13996328 or 14183978. OLE color: 14183978.
HSL color Cylindrical-coordinate representation of color #2A6ED8: hue angle of 216.55º degrees, saturation: 0.69, 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 #2A6ED8 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 110 | 216 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.15 |
| HSL | 216.55º | 0.69% | 0.51% | - |
| HSV(B) | 216.55º | 0.81% | 0.85% | - |
| XYZ | 18.93 | 16.6 | 67.17 | - |
| YUV | 101.75 | 192.47 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 216 | 0.81 | 0.49 | 0 | 0.15 | 216.55 | 0.69 | 0.51 |
| Hex | 2A | 6E | D8 | 51 | 31 | 0 | F | D9 | 45 | 33 |
| Octal | 52 | 156 | 330 | 121 | 61 | 0 | 17 | 331 | 105 | 63 |
| Binary | 101010 | 1101110 | 11011000 | 1010001 | 110001 | 0 | 1111 | 11011001 | 1000101 | 110011 |
Color Harmonies of #2A6ED8
Complementary color
Monochromatic Colors of #2A6ED8
Black with #2A6ED8
Text Example
Text Example
White with #2A6ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6ED8; }
p { color: rgb(42,110,216); }
H1.HeaderClassName
{
color: #2A6ED8;
}
.AnyTagClassName
{
color: #2A6ED8;
}
</style>
background-color css
<style>
a { background-color: #2A6ED8; }
a { background-color: rgb(42,110,216); }
div.DivClassName
{
background-color: #2A6ED8;
}
.BgClassName
{
background-color: #2A6ED8;
}
</style>
border-color css
<style>
span { border-color: #2A6ED8; }
span { border-color: rgb(42,110,216); }
td.TdClassName
{
border-color: #2A6ED8;
}
.TagClassName
{
border-color: #2A6ED8;
}
</style>