Shades of Royal Blue #2A76EC
Tints of Royal Blue #2A76EC
RGB
CMYK
RGB Variations
Color information
#2A76EC (or 0x2A76EC) is known color: Royal Blue. HEX triplet: 2A, 76 and EC. RGB value is (42,118,236). Sum of RGB (Red+Green+Blue) = 42+118+236=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 236 (92.58% from 255 or 59.60% from 396); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A76EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A76EC is #D58913. Grayscale: #6C6C6C. Windows color (decimal): -13994260 or 15496746. OLE color: 15496746.
HSL color Cylindrical-coordinate representation of color #2A76EC: hue angle of 216.49º 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 #2A76EC is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 118 | 236 | - |
| CMYK | 0.82 | 0.5 | 0 | 0.07 |
| HSL | 216.49º | 0.84% | 0.55% | - |
| HSV(B) | 216.49º | 0.82% | 0.93% | - |
| XYZ | 22.57 | 19.51 | 81.93 | - |
| YUV | 108.73 | 199.82 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 236 | 0.82 | 0.5 | 0 | 0.07 | 216.49 | 0.84 | 0.55 |
| Hex | 2A | 76 | EC | 52 | 32 | 0 | 7 | D8 | 54 | 37 |
| Octal | 52 | 166 | 354 | 122 | 62 | 0 | 7 | 330 | 124 | 67 |
| Binary | 101010 | 1110110 | 11101100 | 1010010 | 110010 | 0 | 111 | 11011000 | 1010100 | 110111 |
Color Harmonies of #2A76EC
Complementary color
Monochromatic Colors of #2A76EC
Black with #2A76EC
Text Example
Text Example
White with #2A76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A76EC; }
p { color: rgb(42,118,236); }
H1.HeaderClassName
{
color: #2A76EC;
}
.AnyTagClassName
{
color: #2A76EC;
}
</style>
background-color css
<style>
a { background-color: #2A76EC; }
a { background-color: rgb(42,118,236); }
div.DivClassName
{
background-color: #2A76EC;
}
.BgClassName
{
background-color: #2A76EC;
}
</style>
border-color css
<style>
span { border-color: #2A76EC; }
span { border-color: rgb(42,118,236); }
td.TdClassName
{
border-color: #2A76EC;
}
.TagClassName
{
border-color: #2A76EC;
}
</style>