Shades of Royal Blue #2969E7
Tints of Royal Blue #2969E7
RGB
CMYK
RGB Variations
Color information
#2969E7 (or 0x2969E7) is known color: Royal Blue. HEX triplet: 29, 69 and E7. RGB value is (41,105,231). Sum of RGB (Red+Green+Blue) = 41+105+231=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #2969E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2969E7 is #D69618. Grayscale: #636363. Windows color (decimal): -14063129 or 15165737. OLE color: 15165737.
HSL color Cylindrical-coordinate representation of color #2969E7: hue angle of 219.79º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2969E7 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 105 | 231 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.09 |
| HSL | 219.79º | 0.8% | 0.53% | - |
| HSV(B) | 219.79º | 0.82% | 0.91% | - |
| XYZ | 20.39 | 16.34 | 77.68 | - |
| YUV | 100.23 | 201.8 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 105 | 231 | 0.82 | 0.55 | 0 | 0.09 | 219.79 | 0.8 | 0.53 |
| Hex | 29 | 69 | E7 | 52 | 37 | 0 | 9 | DC | 50 | 35 |
| Octal | 51 | 151 | 347 | 122 | 67 | 0 | 11 | 334 | 120 | 65 |
| Binary | 101001 | 1101001 | 11100111 | 1010010 | 110111 | 0 | 1001 | 11011100 | 1010000 | 110101 |
Color Harmonies of #2969E7
Complementary color
Monochromatic Colors of #2969E7
Black with #2969E7
Text Example
Text Example
White with #2969E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2969E7; }
p { color: rgb(41,105,231); }
H1.HeaderClassName
{
color: #2969E7;
}
.AnyTagClassName
{
color: #2969E7;
}
</style>
background-color css
<style>
a { background-color: #2969E7; }
a { background-color: rgb(41,105,231); }
div.DivClassName
{
background-color: #2969E7;
}
.BgClassName
{
background-color: #2969E7;
}
</style>
border-color css
<style>
span { border-color: #2969E7; }
span { border-color: rgb(41,105,231); }
td.TdClassName
{
border-color: #2969E7;
}
.TagClassName
{
border-color: #2969E7;
}
</style>