Shades of Royal Blue #2A71EC
Tints of Royal Blue #2A71EC
RGB
CMYK
RGB Variations
Color information
#2A71EC (or 0x2A71EC) is known color: Royal Blue. HEX triplet: 2A, 71 and EC. RGB value is (42,113,236). Sum of RGB (Red+Green+Blue) = 42+113+236=391 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.74% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A71EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2A71EC is #D58E13. Grayscale: #696969. Windows color (decimal): -13995540 or 15495466. OLE color: 15495466.
HSL color Cylindrical-coordinate representation of color #2A71EC: hue angle of 218.04º 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 #2A71EC is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 113 | 236 | - |
| CMYK | 0.82 | 0.52 | 0 | 0.07 |
| HSL | 218.04º | 0.84% | 0.55% | - |
| HSV(B) | 218.04º | 0.82% | 0.93% | - |
| XYZ | 22 | 18.36 | 81.74 | - |
| YUV | 105.79 | 201.48 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 113 | 236 | 0.82 | 0.52 | 0 | 0.07 | 218.04 | 0.84 | 0.55 |
| Hex | 2A | 71 | EC | 52 | 34 | 0 | 7 | DA | 54 | 37 |
| Octal | 52 | 161 | 354 | 122 | 64 | 0 | 7 | 332 | 124 | 67 |
| Binary | 101010 | 1110001 | 11101100 | 1010010 | 110100 | 0 | 111 | 11011010 | 1010100 | 110111 |
Color Harmonies of #2A71EC
Complementary color
Monochromatic Colors of #2A71EC
Black with #2A71EC
Text Example
Text Example
White with #2A71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A71EC; }
p { color: rgb(42,113,236); }
H1.HeaderClassName
{
color: #2A71EC;
}
.AnyTagClassName
{
color: #2A71EC;
}
</style>
background-color css
<style>
a { background-color: #2A71EC; }
a { background-color: rgb(42,113,236); }
div.DivClassName
{
background-color: #2A71EC;
}
.BgClassName
{
background-color: #2A71EC;
}
</style>
border-color css
<style>
span { border-color: #2A71EC; }
span { border-color: rgb(42,113,236); }
td.TdClassName
{
border-color: #2A71EC;
}
.TagClassName
{
border-color: #2A71EC;
}
</style>