Shades of Royal Blue #2B6FDB
Tints of Royal Blue #2B6FDB
RGB
CMYK
RGB Variations
Color information
#2B6FDB (or 0x2B6FDB) is known color: Royal Blue. HEX triplet: 2B, 6F and DB. RGB value is (43,111,219). Sum of RGB (Red+Green+Blue) = 43+111+219=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B6FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6FDB is #D49024. Grayscale: #666666. Windows color (decimal): -13930533 or 14380843. OLE color: 14380843.
HSL color Cylindrical-coordinate representation of color #2B6FDB: hue angle of 216.82º 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 #2B6FDB is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 111 | 219 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.14 |
| HSL | 216.82º | 0.71% | 0.51% | - |
| HSV(B) | 216.82º | 0.8% | 0.86% | - |
| XYZ | 19.47 | 17 | 69.27 | - |
| YUV | 102.98 | 193.47 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 111 | 219 | 0.80 | 0.49 | 0 | 0.14 | 216.82 | 0.71 | 0.51 |
| Hex | 2B | 6F | DB | 50 | 31 | 0 | E | D9 | 47 | 33 |
| Octal | 53 | 157 | 333 | 120 | 61 | 0 | 16 | 331 | 107 | 63 |
| Binary | 101011 | 1101111 | 11011011 | 1010000 | 110001 | 0 | 1110 | 11011001 | 1000111 | 110011 |
Color Harmonies of #2B6FDB
Complementary color
Monochromatic Colors of #2B6FDB
Black with #2B6FDB
Text Example
Text Example
White with #2B6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6FDB; }
p { color: rgb(43,111,219); }
H1.HeaderClassName
{
color: #2B6FDB;
}
.AnyTagClassName
{
color: #2B6FDB;
}
</style>
background-color css
<style>
a { background-color: #2B6FDB; }
a { background-color: rgb(43,111,219); }
div.DivClassName
{
background-color: #2B6FDB;
}
.BgClassName
{
background-color: #2B6FDB;
}
</style>
border-color css
<style>
span { border-color: #2B6FDB; }
span { border-color: rgb(43,111,219); }
td.TdClassName
{
border-color: #2B6FDB;
}
.TagClassName
{
border-color: #2B6FDB;
}
</style>