Shades of Royal Blue #294BE8
Tints of Royal Blue #294BE8
RGB
CMYK
RGB Variations
Color information
#294BE8 (or 0x294BE8) is known color: Royal Blue. HEX triplet: 29, 4B and E8. RGB value is (41,75,232). Sum of RGB (Red+Green+Blue) = 41+75+232=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 232 (91.02% from 255 or 66.67% from 348); Max value from RGB is 232 - color contains mainly: blue. Hex color #294BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BE8 is #D6B417. Grayscale: #525252. Windows color (decimal): -14070808 or 15223593. OLE color: 15223593.
HSL color Cylindrical-coordinate representation of color #294BE8: hue angle of 229.32º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294BE8 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 75 | 232 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.09 |
| HSL | 229.32º | 0.81% | 0.54% | - |
| HSV(B) | 229.32º | 0.82% | 0.91% | - |
| XYZ | 18 | 11.33 | 77.58 | - |
| YUV | 82.73 | 212.24 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 232 | 0.82 | 0.68 | 0 | 0.09 | 229.32 | 0.81 | 0.54 |
| Hex | 29 | 4B | E8 | 52 | 44 | 0 | 9 | E5 | 51 | 36 |
| Octal | 51 | 113 | 350 | 122 | 104 | 0 | 11 | 345 | 121 | 66 |
| Binary | 101001 | 1001011 | 11101000 | 1010010 | 1000100 | 0 | 1001 | 11100101 | 1010001 | 110110 |
Color Harmonies of #294BE8
Complementary color
Monochromatic Colors of #294BE8
Black with #294BE8
Text Example
Text Example
White with #294BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BE8; }
p { color: rgb(41,75,232); }
H1.HeaderClassName
{
color: #294BE8;
}
.AnyTagClassName
{
color: #294BE8;
}
</style>
background-color css
<style>
a { background-color: #294BE8; }
a { background-color: rgb(41,75,232); }
div.DivClassName
{
background-color: #294BE8;
}
.BgClassName
{
background-color: #294BE8;
}
</style>
border-color css
<style>
span { border-color: #294BE8; }
span { border-color: rgb(41,75,232); }
td.TdClassName
{
border-color: #294BE8;
}
.TagClassName
{
border-color: #294BE8;
}
</style>