Shades of Royal Blue #2B6DDB
Tints of Royal Blue #2B6DDB
RGB
CMYK
RGB Variations
Color information
#2B6DDB (or 0x2B6DDB) is known color: Royal Blue. HEX triplet: 2B, 6D and DB. RGB value is (43,109,219). Sum of RGB (Red+Green+Blue) = 43+109+219=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6DDB is #D49224. Grayscale: #656565. Windows color (decimal): -13931045 or 14380331. OLE color: 14380331.
HSL color Cylindrical-coordinate representation of color #2B6DDB: hue angle of 217.5º 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 #2B6DDB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 109 | 219 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.14 |
| HSL | 217.5º | 0.71% | 0.51% | - |
| HSV(B) | 217.5º | 0.8% | 0.86% | - |
| XYZ | 19.25 | 16.57 | 69.2 | - |
| YUV | 101.81 | 194.13 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 109 | 219 | 0.80 | 0.50 | 0 | 0.14 | 217.5 | 0.71 | 0.51 |
| Hex | 2B | 6D | DB | 50 | 32 | 0 | E | DA | 47 | 33 |
| Octal | 53 | 155 | 333 | 120 | 62 | 0 | 16 | 332 | 107 | 63 |
| Binary | 101011 | 1101101 | 11011011 | 1010000 | 110010 | 0 | 1110 | 11011010 | 1000111 | 110011 |
Color Harmonies of #2B6DDB
Complementary color
Monochromatic Colors of #2B6DDB
Black with #2B6DDB
Text Example
Text Example
White with #2B6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6DDB; }
p { color: rgb(43,109,219); }
H1.HeaderClassName
{
color: #2B6DDB;
}
.AnyTagClassName
{
color: #2B6DDB;
}
</style>
background-color css
<style>
a { background-color: #2B6DDB; }
a { background-color: rgb(43,109,219); }
div.DivClassName
{
background-color: #2B6DDB;
}
.BgClassName
{
background-color: #2B6DDB;
}
</style>
border-color css
<style>
span { border-color: #2B6DDB; }
span { border-color: rgb(43,109,219); }
td.TdClassName
{
border-color: #2B6DDB;
}
.TagClassName
{
border-color: #2B6DDB;
}
</style>