Shades of Royal Blue #2B6BDB
Tints of Royal Blue #2B6BDB
RGB
CMYK
RGB Variations
Color information
#2B6BDB (or 0x2B6BDB) is known color: Royal Blue. HEX triplet: 2B, 6B and DB. RGB value is (43,107,219). Sum of RGB (Red+Green+Blue) = 43+107+219=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B6BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6BDB is #D49424. Grayscale: #646464. Windows color (decimal): -13931557 or 14379819. OLE color: 14379819.
HSL color Cylindrical-coordinate representation of color #2B6BDB: hue angle of 218.18º 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 #2B6BDB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 107 | 219 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.14 |
| HSL | 218.18º | 0.71% | 0.51% | - |
| HSV(B) | 218.18º | 0.8% | 0.86% | - |
| XYZ | 19.04 | 16.14 | 69.13 | - |
| YUV | 100.63 | 194.8 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 107 | 219 | 0.80 | 0.51 | 0 | 0.14 | 218.18 | 0.71 | 0.51 |
| Hex | 2B | 6B | DB | 50 | 33 | 0 | E | DA | 47 | 33 |
| Octal | 53 | 153 | 333 | 120 | 63 | 0 | 16 | 332 | 107 | 63 |
| Binary | 101011 | 1101011 | 11011011 | 1010000 | 110011 | 0 | 1110 | 11011010 | 1000111 | 110011 |
Color Harmonies of #2B6BDB
Complementary color
Monochromatic Colors of #2B6BDB
Black with #2B6BDB
Text Example
Text Example
White with #2B6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6BDB; }
p { color: rgb(43,107,219); }
H1.HeaderClassName
{
color: #2B6BDB;
}
.AnyTagClassName
{
color: #2B6BDB;
}
</style>
background-color css
<style>
a { background-color: #2B6BDB; }
a { background-color: rgb(43,107,219); }
div.DivClassName
{
background-color: #2B6BDB;
}
.BgClassName
{
background-color: #2B6BDB;
}
</style>
border-color css
<style>
span { border-color: #2B6BDB; }
span { border-color: rgb(43,107,219); }
td.TdClassName
{
border-color: #2B6BDB;
}
.TagClassName
{
border-color: #2B6BDB;
}
</style>