Shades of Royal Blue #294DEB
Tints of Royal Blue #294DEB
RGB
CMYK
RGB Variations
Color information
#294DEB (or 0x294DEB) is known color: Royal Blue. HEX triplet: 29, 4D and EB. RGB value is (41,77,235). Sum of RGB (Red+Green+Blue) = 41+77+235=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 235 (92.19% from 255 or 66.57% from 353); Max value from RGB is 235 - color contains mainly: blue. Hex color #294DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DEB is #D6B214. Grayscale: #535353. Windows color (decimal): -14070293 or 15420713. OLE color: 15420713.
HSL color Cylindrical-coordinate representation of color #294DEB: hue angle of 228.87º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294DEB is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 77 | 235 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.08 |
| HSL | 228.87º | 0.83% | 0.54% | - |
| HSV(B) | 228.87º | 0.83% | 0.92% | - |
| XYZ | 18.56 | 11.78 | 79.89 | - |
| YUV | 84.25 | 213.07 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 235 | 0.83 | 0.67 | 0 | 0.08 | 228.87 | 0.83 | 0.54 |
| Hex | 29 | 4D | EB | 53 | 43 | 0 | 8 | E5 | 53 | 36 |
| Octal | 51 | 115 | 353 | 123 | 103 | 0 | 10 | 345 | 123 | 66 |
| Binary | 101001 | 1001101 | 11101011 | 1010011 | 1000011 | 0 | 1000 | 11100101 | 1010011 | 110110 |
Color Harmonies of #294DEB
Complementary color
Monochromatic Colors of #294DEB
Black with #294DEB
Text Example
Text Example
White with #294DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DEB; }
p { color: rgb(41,77,235); }
H1.HeaderClassName
{
color: #294DEB;
}
.AnyTagClassName
{
color: #294DEB;
}
</style>
background-color css
<style>
a { background-color: #294DEB; }
a { background-color: rgb(41,77,235); }
div.DivClassName
{
background-color: #294DEB;
}
.BgClassName
{
background-color: #294DEB;
}
</style>
border-color css
<style>
span { border-color: #294DEB; }
span { border-color: rgb(41,77,235); }
td.TdClassName
{
border-color: #294DEB;
}
.TagClassName
{
border-color: #294DEB;
}
</style>