Shades of Royal Blue #2B5FDB
Tints of Royal Blue #2B5FDB
RGB
CMYK
RGB Variations
Color information
#2B5FDB (or 0x2B5FDB) is known color: Royal Blue. HEX triplet: 2B, 5F and DB. RGB value is (43,95,219). Sum of RGB (Red+Green+Blue) = 43+95+219=357 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.04% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B5FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5FDB is #D4A024. Grayscale: #5D5D5D. Windows color (decimal): -13934629 or 14376747. OLE color: 14376747.
HSL color Cylindrical-coordinate representation of color #2B5FDB: hue angle of 222.27º 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 #2B5FDB is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 95 | 219 | - |
| CMYK | 0.80 | 0.57 | 0 | 0.14 |
| HSL | 222.27º | 0.71% | 0.51% | - |
| HSV(B) | 222.27º | 0.8% | 0.86% | - |
| XYZ | 17.87 | 13.81 | 68.74 | - |
| YUV | 93.59 | 198.77 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 95 | 219 | 0.80 | 0.57 | 0 | 0.14 | 222.27 | 0.71 | 0.51 |
| Hex | 2B | 5F | DB | 50 | 39 | 0 | E | DE | 47 | 33 |
| Octal | 53 | 137 | 333 | 120 | 71 | 0 | 16 | 336 | 107 | 63 |
| Binary | 101011 | 1011111 | 11011011 | 1010000 | 111001 | 0 | 1110 | 11011110 | 1000111 | 110011 |
Color Harmonies of #2B5FDB
Complementary color
Monochromatic Colors of #2B5FDB
Black with #2B5FDB
Text Example
Text Example
White with #2B5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5FDB; }
p { color: rgb(43,95,219); }
H1.HeaderClassName
{
color: #2B5FDB;
}
.AnyTagClassName
{
color: #2B5FDB;
}
</style>
background-color css
<style>
a { background-color: #2B5FDB; }
a { background-color: rgb(43,95,219); }
div.DivClassName
{
background-color: #2B5FDB;
}
.BgClassName
{
background-color: #2B5FDB;
}
</style>
border-color css
<style>
span { border-color: #2B5FDB; }
span { border-color: rgb(43,95,219); }
td.TdClassName
{
border-color: #2B5FDB;
}
.TagClassName
{
border-color: #2B5FDB;
}
</style>