Shades of Royal Blue #2972DF
Tints of Royal Blue #2972DF
RGB
CMYK
RGB Variations
Color information
#2972DF (or 0x2972DF) is known color: Royal Blue. HEX triplet: 29, 72 and DF. RGB value is (41,114,223). Sum of RGB (Red+Green+Blue) = 41+114+223=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #2972DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2972DF is #D68D20. Grayscale: #686868. Windows color (decimal): -14060833 or 14643753. OLE color: 14643753.
HSL color Cylindrical-coordinate representation of color #2972DF: hue angle of 215.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2972DF is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 114 | 223 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.13 |
| HSL | 215.93º | 0.74% | 0.52% | - |
| HSV(B) | 215.93º | 0.82% | 0.87% | - |
| XYZ | 20.25 | 17.83 | 72.19 | - |
| YUV | 104.6 | 194.82 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 114 | 223 | 0.82 | 0.49 | 0 | 0.13 | 215.93 | 0.74 | 0.52 |
| Hex | 29 | 72 | DF | 52 | 31 | 0 | D | D8 | 4A | 34 |
| Octal | 51 | 162 | 337 | 122 | 61 | 0 | 15 | 330 | 112 | 64 |
| Binary | 101001 | 1110010 | 11011111 | 1010010 | 110001 | 0 | 1101 | 11011000 | 1001010 | 110100 |
Color Harmonies of #2972DF
Complementary color
Monochromatic Colors of #2972DF
Black with #2972DF
Text Example
Text Example
White with #2972DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2972DF; }
p { color: rgb(41,114,223); }
H1.HeaderClassName
{
color: #2972DF;
}
.AnyTagClassName
{
color: #2972DF;
}
</style>
background-color css
<style>
a { background-color: #2972DF; }
a { background-color: rgb(41,114,223); }
div.DivClassName
{
background-color: #2972DF;
}
.BgClassName
{
background-color: #2972DF;
}
</style>
border-color css
<style>
span { border-color: #2972DF; }
span { border-color: rgb(41,114,223); }
td.TdClassName
{
border-color: #2972DF;
}
.TagClassName
{
border-color: #2972DF;
}
</style>