Shades of Royal Blue #2B60DB
Tints of Royal Blue #2B60DB
RGB
CMYK
RGB Variations
Color information
#2B60DB (or 0x2B60DB) is known color: Royal Blue. HEX triplet: 2B, 60 and DB. RGB value is (43,96,219). Sum of RGB (Red+Green+Blue) = 43+96+219=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B60DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60DB is #D49F24. Grayscale: #5D5D5D. Windows color (decimal): -13934373 or 14377003. OLE color: 14377003.
HSL color Cylindrical-coordinate representation of color #2B60DB: hue angle of 221.93º 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 #2B60DB is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 96 | 219 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.14 |
| HSL | 221.93º | 0.71% | 0.51% | - |
| HSV(B) | 221.93º | 0.8% | 0.86% | - |
| XYZ | 17.97 | 13.99 | 68.77 | - |
| YUV | 94.18 | 198.44 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 219 | 0.80 | 0.56 | 0 | 0.14 | 221.93 | 0.71 | 0.51 |
| Hex | 2B | 60 | DB | 50 | 38 | 0 | E | DE | 47 | 33 |
| Octal | 53 | 140 | 333 | 120 | 70 | 0 | 16 | 336 | 107 | 63 |
| Binary | 101011 | 1100000 | 11011011 | 1010000 | 111000 | 0 | 1110 | 11011110 | 1000111 | 110011 |
Color Harmonies of #2B60DB
Complementary color
Monochromatic Colors of #2B60DB
Black with #2B60DB
Text Example
Text Example
White with #2B60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B60DB; }
p { color: rgb(43,96,219); }
H1.HeaderClassName
{
color: #2B60DB;
}
.AnyTagClassName
{
color: #2B60DB;
}
</style>
background-color css
<style>
a { background-color: #2B60DB; }
a { background-color: rgb(43,96,219); }
div.DivClassName
{
background-color: #2B60DB;
}
.BgClassName
{
background-color: #2B60DB;
}
</style>
border-color css
<style>
span { border-color: #2B60DB; }
span { border-color: rgb(43,96,219); }
td.TdClassName
{
border-color: #2B60DB;
}
.TagClassName
{
border-color: #2B60DB;
}
</style>