Shades of Royal Blue #2A6EEC
Tints of Royal Blue #2A6EEC
RGB
CMYK
RGB Variations
Color information
#2A6EEC (or 0x2A6EEC) is known color: Royal Blue. HEX triplet: 2A, 6E and EC. RGB value is (42,110,236). Sum of RGB (Red+Green+Blue) = 42+110+236=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A6EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A6EEC is #D59113. Grayscale: #676767. Windows color (decimal): -13996308 or 15494698. OLE color: 15494698.
HSL color Cylindrical-coordinate representation of color #2A6EEC: hue angle of 218.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A6EEC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 110 | 236 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.07 |
| HSL | 218.97º | 0.84% | 0.55% | - |
| HSV(B) | 218.97º | 0.82% | 0.93% | - |
| XYZ | 21.67 | 17.7 | 81.63 | - |
| YUV | 104.03 | 202.47 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 110 | 236 | 0.82 | 0.53 | 0 | 0.07 | 218.97 | 0.84 | 0.55 |
| Hex | 2A | 6E | EC | 52 | 35 | 0 | 7 | DB | 54 | 37 |
| Octal | 52 | 156 | 354 | 122 | 65 | 0 | 7 | 333 | 124 | 67 |
| Binary | 101010 | 1101110 | 11101100 | 1010010 | 110101 | 0 | 111 | 11011011 | 1010100 | 110111 |
Color Harmonies of #2A6EEC
Complementary color
Monochromatic Colors of #2A6EEC
Black with #2A6EEC
Text Example
Text Example
White with #2A6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6EEC; }
p { color: rgb(42,110,236); }
H1.HeaderClassName
{
color: #2A6EEC;
}
.AnyTagClassName
{
color: #2A6EEC;
}
</style>
background-color css
<style>
a { background-color: #2A6EEC; }
a { background-color: rgb(42,110,236); }
div.DivClassName
{
background-color: #2A6EEC;
}
.BgClassName
{
background-color: #2A6EEC;
}
</style>
border-color css
<style>
span { border-color: #2A6EEC; }
span { border-color: rgb(42,110,236); }
td.TdClassName
{
border-color: #2A6EEC;
}
.TagClassName
{
border-color: #2A6EEC;
}
</style>