Shades of Royal Blue #2B64DB
Tints of Royal Blue #2B64DB
RGB
CMYK
RGB Variations
Color information
#2B64DB (or 0x2B64DB) is known color: Royal Blue. HEX triplet: 2B, 64 and DB. RGB value is (43,100,219). Sum of RGB (Red+Green+Blue) = 43+100+219=362 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.88% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B64DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B64DB is #D49B24. Grayscale: #5F5F5F. Windows color (decimal): -13933349 or 14378027. OLE color: 14378027.
HSL color Cylindrical-coordinate representation of color #2B64DB: hue angle of 220.57º 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 #2B64DB is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 100 | 219 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.14 |
| HSL | 220.57º | 0.71% | 0.51% | - |
| HSV(B) | 220.57º | 0.8% | 0.86% | - |
| XYZ | 18.34 | 14.74 | 68.9 | - |
| YUV | 96.52 | 197.12 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 219 | 0.80 | 0.54 | 0 | 0.14 | 220.57 | 0.71 | 0.51 |
| Hex | 2B | 64 | DB | 50 | 36 | 0 | E | DD | 47 | 33 |
| Octal | 53 | 144 | 333 | 120 | 66 | 0 | 16 | 335 | 107 | 63 |
| Binary | 101011 | 1100100 | 11011011 | 1010000 | 110110 | 0 | 1110 | 11011101 | 1000111 | 110011 |
Color Harmonies of #2B64DB
Complementary color
Monochromatic Colors of #2B64DB
Black with #2B64DB
Text Example
Text Example
White with #2B64DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B64DB; }
p { color: rgb(43,100,219); }
H1.HeaderClassName
{
color: #2B64DB;
}
.AnyTagClassName
{
color: #2B64DB;
}
</style>
background-color css
<style>
a { background-color: #2B64DB; }
a { background-color: rgb(43,100,219); }
div.DivClassName
{
background-color: #2B64DB;
}
.BgClassName
{
background-color: #2B64DB;
}
</style>
border-color css
<style>
span { border-color: #2B64DB; }
span { border-color: rgb(43,100,219); }
td.TdClassName
{
border-color: #2B64DB;
}
.TagClassName
{
border-color: #2B64DB;
}
</style>