Shades of Royal Blue #2B71DC
Tints of Royal Blue #2B71DC
RGB
CMYK
RGB Variations
Color information
#2B71DC (or 0x2B71DC) is known color: Royal Blue. HEX triplet: 2B, 71 and DC. RGB value is (43,113,220). Sum of RGB (Red+Green+Blue) = 43+113+220=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B71DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B71DC is #D48E23. Grayscale: #676767. Windows color (decimal): -13930020 or 14446891. OLE color: 14446891.
HSL color Cylindrical-coordinate representation of color #2B71DC: hue angle of 216.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B71DC is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 113 | 220 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.14 |
| HSL | 216.27º | 0.72% | 0.52% | - |
| HSV(B) | 216.27º | 0.8% | 0.86% | - |
| XYZ | 19.82 | 17.49 | 70.04 | - |
| YUV | 104.27 | 193.31 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 220 | 0.80 | 0.49 | 0 | 0.14 | 216.27 | 0.72 | 0.52 |
| Hex | 2B | 71 | DC | 50 | 31 | 0 | E | D8 | 48 | 34 |
| Octal | 53 | 161 | 334 | 120 | 61 | 0 | 16 | 330 | 110 | 64 |
| Binary | 101011 | 1110001 | 11011100 | 1010000 | 110001 | 0 | 1110 | 11011000 | 1001000 | 110100 |
Color Harmonies of #2B71DC
Complementary color
Monochromatic Colors of #2B71DC
Black with #2B71DC
Text Example
Text Example
White with #2B71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B71DC; }
p { color: rgb(43,113,220); }
H1.HeaderClassName
{
color: #2B71DC;
}
.AnyTagClassName
{
color: #2B71DC;
}
</style>
background-color css
<style>
a { background-color: #2B71DC; }
a { background-color: rgb(43,113,220); }
div.DivClassName
{
background-color: #2B71DC;
}
.BgClassName
{
background-color: #2B71DC;
}
</style>
border-color css
<style>
span { border-color: #2B71DC; }
span { border-color: rgb(43,113,220); }
td.TdClassName
{
border-color: #2B71DC;
}
.TagClassName
{
border-color: #2B71DC;
}
</style>