Shades of Royal Blue #2971EF
Tints of Royal Blue #2971EF
RGB
CMYK
RGB Variations
Color information
#2971EF (or 0x2971EF) is known color: Royal Blue. HEX triplet: 29, 71 and EF. RGB value is (41,113,239). Sum of RGB (Red+Green+Blue) = 41+113+239=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #2971EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2971EF is #D68E10. Grayscale: #696969. Windows color (decimal): -14061073 or 15692073. OLE color: 15692073.
HSL color Cylindrical-coordinate representation of color #2971EF: hue angle of 218.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2971EF is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 113 | 239 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.06 |
| HSL | 218.18º | 0.86% | 0.55% | - |
| HSV(B) | 218.18º | 0.83% | 0.94% | - |
| XYZ | 22.4 | 18.51 | 84.05 | - |
| YUV | 105.84 | 203.15 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 113 | 239 | 0.83 | 0.53 | 0 | 0.06 | 218.18 | 0.86 | 0.55 |
| Hex | 29 | 71 | EF | 53 | 35 | 0 | 6 | DA | 56 | 37 |
| Octal | 51 | 161 | 357 | 123 | 65 | 0 | 6 | 332 | 126 | 67 |
| Binary | 101001 | 1110001 | 11101111 | 1010011 | 110101 | 0 | 110 | 11011010 | 1010110 | 110111 |
Color Harmonies of #2971EF
Complementary color
Monochromatic Colors of #2971EF
Black with #2971EF
Text Example
Text Example
White with #2971EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2971EF; }
p { color: rgb(41,113,239); }
H1.HeaderClassName
{
color: #2971EF;
}
.AnyTagClassName
{
color: #2971EF;
}
</style>
background-color css
<style>
a { background-color: #2971EF; }
a { background-color: rgb(41,113,239); }
div.DivClassName
{
background-color: #2971EF;
}
.BgClassName
{
background-color: #2971EF;
}
</style>
border-color css
<style>
span { border-color: #2971EF; }
span { border-color: rgb(41,113,239); }
td.TdClassName
{
border-color: #2971EF;
}
.TagClassName
{
border-color: #2971EF;
}
</style>