Shades of Royal Blue #2B7EDB
Tints of Royal Blue #2B7EDB
RGB
CMYK
RGB Variations
Color information
#2B7EDB (or 0x2B7EDB) is known color: Royal Blue. HEX triplet: 2B, 7E and DB. RGB value is (43,126,219). Sum of RGB (Red+Green+Blue) = 43+126+219=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 219 (85.94% from 255 or 56.44% from 388); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B7EDB is #D48124. Grayscale: #6F6F6F. Windows color (decimal): -13926693 or 14384683. OLE color: 14384683.
HSL color Cylindrical-coordinate representation of color #2B7EDB: hue angle of 211.7º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B7EDB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 126 | 219 | - |
| CMYK | 0.80 | 0.42 | 0 | 0.14 |
| HSL | 211.7º | 0.71% | 0.51% | - |
| HSV(B) | 211.7º | 0.8% | 0.86% | - |
| XYZ | 21.24 | 20.55 | 69.86 | - |
| YUV | 111.79 | 188.5 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 126 | 219 | 0.80 | 0.42 | 0 | 0.14 | 211.7 | 0.71 | 0.51 |
| Hex | 2B | 7E | DB | 50 | 2A | 0 | E | D4 | 47 | 33 |
| Octal | 53 | 176 | 333 | 120 | 52 | 0 | 16 | 324 | 107 | 63 |
| Binary | 101011 | 1111110 | 11011011 | 1010000 | 101010 | 0 | 1110 | 11010100 | 1000111 | 110011 |
Color Harmonies of #2B7EDB
Complementary color
Monochromatic Colors of #2B7EDB
Black with #2B7EDB
Text Example
Text Example
White with #2B7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7EDB; }
p { color: rgb(43,126,219); }
H1.HeaderClassName
{
color: #2B7EDB;
}
.AnyTagClassName
{
color: #2B7EDB;
}
</style>
background-color css
<style>
a { background-color: #2B7EDB; }
a { background-color: rgb(43,126,219); }
div.DivClassName
{
background-color: #2B7EDB;
}
.BgClassName
{
background-color: #2B7EDB;
}
</style>
border-color css
<style>
span { border-color: #2B7EDB; }
span { border-color: rgb(43,126,219); }
td.TdClassName
{
border-color: #2B7EDB;
}
.TagClassName
{
border-color: #2B7EDB;
}
</style>