Shades of Royal Blue #294BEB
Tints of Royal Blue #294BEB
RGB
CMYK
RGB Variations
Color information
#294BEB (or 0x294BEB) is known color: Royal Blue. HEX triplet: 29, 4B and EB. RGB value is (41,75,235). Sum of RGB (Red+Green+Blue) = 41+75+235=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #294BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BEB is #D6B414. Grayscale: #525252. Windows color (decimal): -14070805 or 15420201. OLE color: 15420201.
HSL color Cylindrical-coordinate representation of color #294BEB: hue angle of 229.48º 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 #294BEB is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 75 | 235 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.08 |
| HSL | 229.48º | 0.83% | 0.54% | - |
| HSV(B) | 229.48º | 0.83% | 0.92% | - |
| XYZ | 18.43 | 11.5 | 79.85 | - |
| YUV | 83.07 | 213.74 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 235 | 0.83 | 0.68 | 0 | 0.08 | 229.48 | 0.83 | 0.54 |
| Hex | 29 | 4B | EB | 53 | 44 | 0 | 8 | E5 | 53 | 36 |
| Octal | 51 | 113 | 353 | 123 | 104 | 0 | 10 | 345 | 123 | 66 |
| Binary | 101001 | 1001011 | 11101011 | 1010011 | 1000100 | 0 | 1000 | 11100101 | 1010011 | 110110 |
Color Harmonies of #294BEB
Complementary color
Monochromatic Colors of #294BEB
Black with #294BEB
Text Example
Text Example
White with #294BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BEB; }
p { color: rgb(41,75,235); }
H1.HeaderClassName
{
color: #294BEB;
}
.AnyTagClassName
{
color: #294BEB;
}
</style>
background-color css
<style>
a { background-color: #294BEB; }
a { background-color: rgb(41,75,235); }
div.DivClassName
{
background-color: #294BEB;
}
.BgClassName
{
background-color: #294BEB;
}
</style>
border-color css
<style>
span { border-color: #294BEB; }
span { border-color: rgb(41,75,235); }
td.TdClassName
{
border-color: #294BEB;
}
.TagClassName
{
border-color: #294BEB;
}
</style>