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