Shades of Royal Blue #2963DB
Tints of Royal Blue #2963DB
RGB
CMYK
RGB Variations
Color information
#2963DB (or 0x2963DB) is known color: Royal Blue. HEX triplet: 29, 63 and DB. RGB value is (41,99,219). Sum of RGB (Red+Green+Blue) = 41+99+219=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #2963DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2963DB is #D69C24. Grayscale: #5E5E5E. Windows color (decimal): -14064677 or 14377769. OLE color: 14377769.
HSL color Cylindrical-coordinate representation of color #2963DB: hue angle of 220.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2963DB is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 99 | 219 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.14 |
| HSL | 220.45º | 0.71% | 0.51% | - |
| HSV(B) | 220.45º | 0.81% | 0.86% | - |
| XYZ | 18.16 | 14.51 | 68.86 | - |
| YUV | 95.34 | 197.78 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 219 | 0.81 | 0.55 | 0 | 0.14 | 220.45 | 0.71 | 0.51 |
| Hex | 29 | 63 | DB | 51 | 37 | 0 | E | DC | 47 | 33 |
| Octal | 51 | 143 | 333 | 121 | 67 | 0 | 16 | 334 | 107 | 63 |
| Binary | 101001 | 1100011 | 11011011 | 1010001 | 110111 | 0 | 1110 | 11011100 | 1000111 | 110011 |
Color Harmonies of #2963DB
Complementary color
Monochromatic Colors of #2963DB
Black with #2963DB
Text Example
Text Example
White with #2963DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2963DB; }
p { color: rgb(41,99,219); }
H1.HeaderClassName
{
color: #2963DB;
}
.AnyTagClassName
{
color: #2963DB;
}
</style>
background-color css
<style>
a { background-color: #2963DB; }
a { background-color: rgb(41,99,219); }
div.DivClassName
{
background-color: #2963DB;
}
.BgClassName
{
background-color: #2963DB;
}
</style>
border-color css
<style>
span { border-color: #2963DB; }
span { border-color: rgb(41,99,219); }
td.TdClassName
{
border-color: #2963DB;
}
.TagClassName
{
border-color: #2963DB;
}
</style>