Shades of Royal Blue #294CEB
Tints of Royal Blue #294CEB
RGB
CMYK
RGB Variations
Color information
#294CEB (or 0x294CEB) is known color: Royal Blue. HEX triplet: 29, 4C and EB. RGB value is (41,76,235). Sum of RGB (Red+Green+Blue) = 41+76+235=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #294CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294CEB is #D6B314. Grayscale: #525252. Windows color (decimal): -14070549 or 15420457. OLE color: 15420457.
HSL color Cylindrical-coordinate representation of color #294CEB: hue angle of 229.18º 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 #294CEB is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 76 | 235 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.08 |
| HSL | 229.18º | 0.83% | 0.54% | - |
| HSV(B) | 229.18º | 0.83% | 0.92% | - |
| XYZ | 18.49 | 11.64 | 79.87 | - |
| YUV | 83.66 | 213.4 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 76 | 235 | 0.83 | 0.68 | 0 | 0.08 | 229.18 | 0.83 | 0.54 |
| Hex | 29 | 4C | EB | 53 | 44 | 0 | 8 | E5 | 53 | 36 |
| Octal | 51 | 114 | 353 | 123 | 104 | 0 | 10 | 345 | 123 | 66 |
| Binary | 101001 | 1001100 | 11101011 | 1010011 | 1000100 | 0 | 1000 | 11100101 | 1010011 | 110110 |
Color Harmonies of #294CEB
Complementary color
Monochromatic Colors of #294CEB
Black with #294CEB
Text Example
Text Example
White with #294CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294CEB; }
p { color: rgb(41,76,235); }
H1.HeaderClassName
{
color: #294CEB;
}
.AnyTagClassName
{
color: #294CEB;
}
</style>
background-color css
<style>
a { background-color: #294CEB; }
a { background-color: rgb(41,76,235); }
div.DivClassName
{
background-color: #294CEB;
}
.BgClassName
{
background-color: #294CEB;
}
</style>
border-color css
<style>
span { border-color: #294CEB; }
span { border-color: rgb(41,76,235); }
td.TdClassName
{
border-color: #294CEB;
}
.TagClassName
{
border-color: #294CEB;
}
</style>