Shades of Royal Blue #2B63DB
Tints of Royal Blue #2B63DB
RGB
CMYK
RGB Variations
Color information
#2B63DB (or 0x2B63DB) is known color: Royal Blue. HEX triplet: 2B, 63 and DB. RGB value is (43,99,219). Sum of RGB (Red+Green+Blue) = 43+99+219=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B63DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B63DB is #D49C24. Grayscale: #5F5F5F. Windows color (decimal): -13933605 or 14377771. OLE color: 14377771.
HSL color Cylindrical-coordinate representation of color #2B63DB: hue angle of 220.91º 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 #2B63DB is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 99 | 219 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.14 |
| HSL | 220.91º | 0.71% | 0.51% | - |
| HSV(B) | 220.91º | 0.8% | 0.86% | - |
| XYZ | 18.24 | 14.55 | 68.87 | - |
| YUV | 95.94 | 197.45 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 219 | 0.80 | 0.55 | 0 | 0.14 | 220.91 | 0.71 | 0.51 |
| Hex | 2B | 63 | DB | 50 | 37 | 0 | E | DD | 47 | 33 |
| Octal | 53 | 143 | 333 | 120 | 67 | 0 | 16 | 335 | 107 | 63 |
| Binary | 101011 | 1100011 | 11011011 | 1010000 | 110111 | 0 | 1110 | 11011101 | 1000111 | 110011 |
Color Harmonies of #2B63DB
Complementary color
Monochromatic Colors of #2B63DB
Black with #2B63DB
Text Example
Text Example
White with #2B63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B63DB; }
p { color: rgb(43,99,219); }
H1.HeaderClassName
{
color: #2B63DB;
}
.AnyTagClassName
{
color: #2B63DB;
}
</style>
background-color css
<style>
a { background-color: #2B63DB; }
a { background-color: rgb(43,99,219); }
div.DivClassName
{
background-color: #2B63DB;
}
.BgClassName
{
background-color: #2B63DB;
}
</style>
border-color css
<style>
span { border-color: #2B63DB; }
span { border-color: rgb(43,99,219); }
td.TdClassName
{
border-color: #2B63DB;
}
.TagClassName
{
border-color: #2B63DB;
}
</style>