Shades of Royal Blue #2972DA
Tints of Royal Blue #2972DA
RGB
CMYK
RGB Variations
Color information
#2972DA (or 0x2972DA) is known color: Royal Blue. HEX triplet: 29, 72 and DA. RGB value is (41,114,218). Sum of RGB (Red+Green+Blue) = 41+114+218=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #2972DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972DA is #D68D25. Grayscale: #676767. Windows color (decimal): -14060838 or 14316073. OLE color: 14316073.
HSL color Cylindrical-coordinate representation of color #2972DA: hue angle of 215.25º 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 #2972DA is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 114 | 218 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.15 |
| HSL | 215.25º | 0.71% | 0.51% | - |
| HSV(B) | 215.25º | 0.81% | 0.85% | - |
| XYZ | 19.59 | 17.57 | 68.69 | - |
| YUV | 104.03 | 192.32 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 218 | 0.81 | 0.48 | 0 | 0.15 | 215.25 | 0.71 | 0.51 |
| Hex | 29 | 72 | DA | 51 | 30 | 0 | F | D7 | 47 | 33 |
| Octal | 51 | 162 | 332 | 121 | 60 | 0 | 17 | 327 | 107 | 63 |
| Binary | 101001 | 1110010 | 11011010 | 1010001 | 110000 | 0 | 1111 | 11010111 | 1000111 | 110011 |
Color Harmonies of #2972DA
Complementary color
Monochromatic Colors of #2972DA
Black with #2972DA
Text Example
Text Example
White with #2972DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972DA; }
p { color: rgb(41,114,218); }
H1.HeaderClassName
{
color: #2972DA;
}
.AnyTagClassName
{
color: #2972DA;
}
</style>
background-color css
<style>
a { background-color: #2972DA; }
a { background-color: rgb(41,114,218); }
div.DivClassName
{
background-color: #2972DA;
}
.BgClassName
{
background-color: #2972DA;
}
</style>
border-color css
<style>
span { border-color: #2972DA; }
span { border-color: rgb(41,114,218); }
td.TdClassName
{
border-color: #2972DA;
}
.TagClassName
{
border-color: #2972DA;
}
</style>