Shades of Royal Blue #2B5DDB
Tints of Royal Blue #2B5DDB
RGB
CMYK
RGB Variations
Color information
#2B5DDB (or 0x2B5DDB) is known color: Royal Blue. HEX triplet: 2B, 5D and DB. RGB value is (43,93,219). Sum of RGB (Red+Green+Blue) = 43+93+219=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5DDB is #D4A224. Grayscale: #5B5B5B. Windows color (decimal): -13935141 or 14376235. OLE color: 14376235.
HSL color Cylindrical-coordinate representation of color #2B5DDB: hue angle of 222.95º 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 #2B5DDB is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 93 | 219 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.14 |
| HSL | 222.95º | 0.71% | 0.51% | - |
| HSV(B) | 222.95º | 0.8% | 0.86% | - |
| XYZ | 17.7 | 13.46 | 68.68 | - |
| YUV | 92.41 | 199.44 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 93 | 219 | 0.80 | 0.58 | 0 | 0.14 | 222.95 | 0.71 | 0.51 |
| Hex | 2B | 5D | DB | 50 | 3A | 0 | E | DF | 47 | 33 |
| Octal | 53 | 135 | 333 | 120 | 72 | 0 | 16 | 337 | 107 | 63 |
| Binary | 101011 | 1011101 | 11011011 | 1010000 | 111010 | 0 | 1110 | 11011111 | 1000111 | 110011 |
Color Harmonies of #2B5DDB
Complementary color
Monochromatic Colors of #2B5DDB
Black with #2B5DDB
Text Example
Text Example
White with #2B5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5DDB; }
p { color: rgb(43,93,219); }
H1.HeaderClassName
{
color: #2B5DDB;
}
.AnyTagClassName
{
color: #2B5DDB;
}
</style>
background-color css
<style>
a { background-color: #2B5DDB; }
a { background-color: rgb(43,93,219); }
div.DivClassName
{
background-color: #2B5DDB;
}
.BgClassName
{
background-color: #2B5DDB;
}
</style>
border-color css
<style>
span { border-color: #2B5DDB; }
span { border-color: rgb(43,93,219); }
td.TdClassName
{
border-color: #2B5DDB;
}
.TagClassName
{
border-color: #2B5DDB;
}
</style>