Shades of Royal Blue #2B65DB
Tints of Royal Blue #2B65DB
RGB
CMYK
RGB Variations
Color information
#2B65DB (or 0x2B65DB) is known color: Royal Blue. HEX triplet: 2B, 65 and DB. RGB value is (43,101,219). Sum of RGB (Red+Green+Blue) = 43+101+219=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B65DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B65DB is #D49A24. Grayscale: #606060. Windows color (decimal): -13933093 or 14378283. OLE color: 14378283.
HSL color Cylindrical-coordinate representation of color #2B65DB: hue angle of 220.23º 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 #2B65DB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 101 | 219 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.14 |
| HSL | 220.23º | 0.71% | 0.51% | - |
| HSV(B) | 220.23º | 0.8% | 0.86% | - |
| XYZ | 18.44 | 14.94 | 68.93 | - |
| YUV | 97.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 101 | 219 | 0.80 | 0.54 | 0 | 0.14 | 220.23 | 0.71 | 0.51 |
| Hex | 2B | 65 | DB | 50 | 36 | 0 | E | DC | 47 | 33 |
| Octal | 53 | 145 | 333 | 120 | 66 | 0 | 16 | 334 | 107 | 63 |
| Binary | 101011 | 1100101 | 11011011 | 1010000 | 110110 | 0 | 1110 | 11011100 | 1000111 | 110011 |
Color Harmonies of #2B65DB
Complementary color
Monochromatic Colors of #2B65DB
Black with #2B65DB
Text Example
Text Example
White with #2B65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B65DB; }
p { color: rgb(43,101,219); }
H1.HeaderClassName
{
color: #2B65DB;
}
.AnyTagClassName
{
color: #2B65DB;
}
</style>
background-color css
<style>
a { background-color: #2B65DB; }
a { background-color: rgb(43,101,219); }
div.DivClassName
{
background-color: #2B65DB;
}
.BgClassName
{
background-color: #2B65DB;
}
</style>
border-color css
<style>
span { border-color: #2B65DB; }
span { border-color: rgb(43,101,219); }
td.TdClassName
{
border-color: #2B65DB;
}
.TagClassName
{
border-color: #2B65DB;
}
</style>