Shades of Royal Blue #2B59DB
Tints of Royal Blue #2B59DB
RGB
CMYK
RGB Variations
Color information
#2B59DB (or 0x2B59DB) is known color: Royal Blue. HEX triplet: 2B, 59 and DB. RGB value is (43,89,219). Sum of RGB (Red+Green+Blue) = 43+89+219=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B59DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B59DB is #D4A624. Grayscale: #595959. Windows color (decimal): -13936165 or 14375211. OLE color: 14375211.
HSL color Cylindrical-coordinate representation of color #2B59DB: hue angle of 224.32º 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 #2B59DB is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 89 | 219 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.14 |
| HSL | 224.32º | 0.71% | 0.51% | - |
| HSV(B) | 224.32º | 0.8% | 0.86% | - |
| XYZ | 17.35 | 12.77 | 68.57 | - |
| YUV | 90.07 | 200.76 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 89 | 219 | 0.80 | 0.59 | 0 | 0.14 | 224.32 | 0.71 | 0.51 |
| Hex | 2B | 59 | DB | 50 | 3B | 0 | E | E0 | 47 | 33 |
| Octal | 53 | 131 | 333 | 120 | 73 | 0 | 16 | 340 | 107 | 63 |
| Binary | 101011 | 1011001 | 11011011 | 1010000 | 111011 | 0 | 1110 | 11100000 | 1000111 | 110011 |
Color Harmonies of #2B59DB
Complementary color
Monochromatic Colors of #2B59DB
Black with #2B59DB
Text Example
Text Example
White with #2B59DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B59DB; }
p { color: rgb(43,89,219); }
H1.HeaderClassName
{
color: #2B59DB;
}
.AnyTagClassName
{
color: #2B59DB;
}
</style>
background-color css
<style>
a { background-color: #2B59DB; }
a { background-color: rgb(43,89,219); }
div.DivClassName
{
background-color: #2B59DB;
}
.BgClassName
{
background-color: #2B59DB;
}
</style>
border-color css
<style>
span { border-color: #2B59DB; }
span { border-color: rgb(43,89,219); }
td.TdClassName
{
border-color: #2B59DB;
}
.TagClassName
{
border-color: #2B59DB;
}
</style>