Shades of Royal Blue #2973DA
Tints of Royal Blue #2973DA
RGB
CMYK
RGB Variations
Color information
#2973DA (or 0x2973DA) is known color: Royal Blue. HEX triplet: 29, 73 and DA. RGB value is (41,115,218). Sum of RGB (Red+Green+Blue) = 41+115+218=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #2973DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2973DA is #D68C25. Grayscale: #686868. Windows color (decimal): -14060582 or 14316329. OLE color: 14316329.
HSL color Cylindrical-coordinate representation of color #2973DA: hue angle of 214.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2973DA is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 115 | 218 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.15 |
| HSL | 214.92º | 0.71% | 0.51% | - |
| HSV(B) | 214.92º | 0.81% | 0.85% | - |
| XYZ | 19.7 | 17.79 | 68.73 | - |
| YUV | 104.62 | 191.98 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 115 | 218 | 0.81 | 0.47 | 0 | 0.15 | 214.92 | 0.71 | 0.51 |
| Hex | 29 | 73 | DA | 51 | 2F | 0 | F | D7 | 47 | 33 |
| Octal | 51 | 163 | 332 | 121 | 57 | 0 | 17 | 327 | 107 | 63 |
| Binary | 101001 | 1110011 | 11011010 | 1010001 | 101111 | 0 | 1111 | 11010111 | 1000111 | 110011 |
Color Harmonies of #2973DA
Complementary color
Monochromatic Colors of #2973DA
Black with #2973DA
Text Example
Text Example
White with #2973DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2973DA; }
p { color: rgb(41,115,218); }
H1.HeaderClassName
{
color: #2973DA;
}
.AnyTagClassName
{
color: #2973DA;
}
</style>
background-color css
<style>
a { background-color: #2973DA; }
a { background-color: rgb(41,115,218); }
div.DivClassName
{
background-color: #2973DA;
}
.BgClassName
{
background-color: #2973DA;
}
</style>
border-color css
<style>
span { border-color: #2973DA; }
span { border-color: rgb(41,115,218); }
td.TdClassName
{
border-color: #2973DA;
}
.TagClassName
{
border-color: #2973DA;
}
</style>