Shades of Royal Blue #2B5BDB
Tints of Royal Blue #2B5BDB
RGB
CMYK
RGB Variations
Color information
#2B5BDB (or 0x2B5BDB) is known color: Royal Blue. HEX triplet: 2B, 5B and DB. RGB value is (43,91,219). Sum of RGB (Red+Green+Blue) = 43+91+219=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B5BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5BDB is #D4A424. Grayscale: #5A5A5A. Windows color (decimal): -13935653 or 14375723. OLE color: 14375723.
HSL color Cylindrical-coordinate representation of color #2B5BDB: hue angle of 223.64º 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 #2B5BDB is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 91 | 219 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.14 |
| HSL | 223.64º | 0.71% | 0.51% | - |
| HSV(B) | 223.64º | 0.8% | 0.86% | - |
| XYZ | 17.52 | 13.11 | 68.62 | - |
| YUV | 91.24 | 200.1 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 91 | 219 | 0.80 | 0.58 | 0 | 0.14 | 223.64 | 0.71 | 0.51 |
| Hex | 2B | 5B | DB | 50 | 3A | 0 | E | E0 | 47 | 33 |
| Octal | 53 | 133 | 333 | 120 | 72 | 0 | 16 | 340 | 107 | 63 |
| Binary | 101011 | 1011011 | 11011011 | 1010000 | 111010 | 0 | 1110 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2B5BDB
Complementary color
Monochromatic Colors of #2B5BDB
Black with #2B5BDB
Text Example
Text Example
White with #2B5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5BDB; }
p { color: rgb(43,91,219); }
H1.HeaderClassName
{
color: #2B5BDB;
}
.AnyTagClassName
{
color: #2B5BDB;
}
</style>
background-color css
<style>
a { background-color: #2B5BDB; }
a { background-color: rgb(43,91,219); }
div.DivClassName
{
background-color: #2B5BDB;
}
.BgClassName
{
background-color: #2B5BDB;
}
</style>
border-color css
<style>
span { border-color: #2B5BDB; }
span { border-color: rgb(43,91,219); }
td.TdClassName
{
border-color: #2B5BDB;
}
.TagClassName
{
border-color: #2B5BDB;
}
</style>