Shades of Royal Blue #2973DC
Tints of Royal Blue #2973DC
RGB
CMYK
RGB Variations
Color information
#2973DC (or 0x2973DC) is known color: Royal Blue. HEX triplet: 29, 73 and DC. RGB value is (41,115,220). Sum of RGB (Red+Green+Blue) = 41+115+220=376 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.90% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #2973DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973DC is #D68C23. Grayscale: #686868. Windows color (decimal): -14060580 or 14447401. OLE color: 14447401.
HSL color Cylindrical-coordinate representation of color #2973DC: hue angle of 215.2º degrees, saturation: 0.72, 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 #2973DC is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 115 | 220 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.14 |
| HSL | 215.2º | 0.72% | 0.51% | - |
| HSV(B) | 215.2º | 0.81% | 0.86% | - |
| XYZ | 19.96 | 17.9 | 70.11 | - |
| YUV | 104.84 | 192.98 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 220 | 0.81 | 0.48 | 0 | 0.14 | 215.2 | 0.72 | 0.51 |
| Hex | 29 | 73 | DC | 51 | 30 | 0 | E | D7 | 48 | 33 |
| Octal | 51 | 163 | 334 | 121 | 60 | 0 | 16 | 327 | 110 | 63 |
| Binary | 101001 | 1110011 | 11011100 | 1010001 | 110000 | 0 | 1110 | 11010111 | 1001000 | 110011 |
Color Harmonies of #2973DC
Complementary color
Monochromatic Colors of #2973DC
Black with #2973DC
Text Example
Text Example
White with #2973DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973DC; }
p { color: rgb(41,115,220); }
H1.HeaderClassName
{
color: #2973DC;
}
.AnyTagClassName
{
color: #2973DC;
}
</style>
background-color css
<style>
a { background-color: #2973DC; }
a { background-color: rgb(41,115,220); }
div.DivClassName
{
background-color: #2973DC;
}
.BgClassName
{
background-color: #2973DC;
}
</style>
border-color css
<style>
span { border-color: #2973DC; }
span { border-color: rgb(41,115,220); }
td.TdClassName
{
border-color: #2973DC;
}
.TagClassName
{
border-color: #2973DC;
}
</style>