Shades of Royal Blue #2970DA
Tints of Royal Blue #2970DA
RGB
CMYK
RGB Variations
Color information
#2970DA (or 0x2970DA) is known color: Royal Blue. HEX triplet: 29, 70 and DA. RGB value is (41,112,218). Sum of RGB (Red+Green+Blue) = 41+112+218=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #2970DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2970DA is #D68F25. Grayscale: #666666. Windows color (decimal): -14061350 or 14315561. OLE color: 14315561.
HSL color Cylindrical-coordinate representation of color #2970DA: hue angle of 215.93º 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 #2970DA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 112 | 218 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.15 |
| HSL | 215.93º | 0.71% | 0.51% | - |
| HSV(B) | 215.93º | 0.81% | 0.85% | - |
| XYZ | 19.36 | 17.12 | 68.61 | - |
| YUV | 102.86 | 192.98 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 112 | 218 | 0.81 | 0.49 | 0 | 0.15 | 215.93 | 0.71 | 0.51 |
| Hex | 29 | 70 | DA | 51 | 31 | 0 | F | D8 | 47 | 33 |
| Octal | 51 | 160 | 332 | 121 | 61 | 0 | 17 | 330 | 107 | 63 |
| Binary | 101001 | 1110000 | 11011010 | 1010001 | 110001 | 0 | 1111 | 11011000 | 1000111 | 110011 |
Color Harmonies of #2970DA
Complementary color
Monochromatic Colors of #2970DA
Black with #2970DA
Text Example
Text Example
White with #2970DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2970DA; }
p { color: rgb(41,112,218); }
H1.HeaderClassName
{
color: #2970DA;
}
.AnyTagClassName
{
color: #2970DA;
}
</style>
background-color css
<style>
a { background-color: #2970DA; }
a { background-color: rgb(41,112,218); }
div.DivClassName
{
background-color: #2970DA;
}
.BgClassName
{
background-color: #2970DA;
}
</style>
border-color css
<style>
span { border-color: #2970DA; }
span { border-color: rgb(41,112,218); }
td.TdClassName
{
border-color: #2970DA;
}
.TagClassName
{
border-color: #2970DA;
}
</style>