Shades of Royal Blue #2B58DB
Tints of Royal Blue #2B58DB
RGB
CMYK
RGB Variations
Color information
#2B58DB (or 0x2B58DB) is known color: Royal Blue. HEX triplet: 2B, 58 and DB. RGB value is (43,88,219). Sum of RGB (Red+Green+Blue) = 43+88+219=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B58DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B58DB is #D4A724. Grayscale: #585858. Windows color (decimal): -13936421 or 14374955. OLE color: 14374955.
HSL color Cylindrical-coordinate representation of color #2B58DB: hue angle of 224.66º 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 #2B58DB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 88 | 219 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.14 |
| HSL | 224.66º | 0.71% | 0.51% | - |
| HSV(B) | 224.66º | 0.8% | 0.86% | - |
| XYZ | 17.27 | 12.61 | 68.54 | - |
| YUV | 89.48 | 201.09 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 88 | 219 | 0.80 | 0.60 | 0 | 0.14 | 224.66 | 0.71 | 0.51 |
| Hex | 2B | 58 | DB | 50 | 3C | 0 | E | E1 | 47 | 33 |
| Octal | 53 | 130 | 333 | 120 | 74 | 0 | 16 | 341 | 107 | 63 |
| Binary | 101011 | 1011000 | 11011011 | 1010000 | 111100 | 0 | 1110 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2B58DB
Complementary color
Monochromatic Colors of #2B58DB
Black with #2B58DB
Text Example
Text Example
White with #2B58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B58DB; }
p { color: rgb(43,88,219); }
H1.HeaderClassName
{
color: #2B58DB;
}
.AnyTagClassName
{
color: #2B58DB;
}
</style>
background-color css
<style>
a { background-color: #2B58DB; }
a { background-color: rgb(43,88,219); }
div.DivClassName
{
background-color: #2B58DB;
}
.BgClassName
{
background-color: #2B58DB;
}
</style>
border-color css
<style>
span { border-color: #2B58DB; }
span { border-color: rgb(43,88,219); }
td.TdClassName
{
border-color: #2B58DB;
}
.TagClassName
{
border-color: #2B58DB;
}
</style>