Shades of Royal Blue #294EE2
Tints of Royal Blue #294EE2
RGB
CMYK
RGB Variations
Color information
#294EE2 (or 0x294EE2) is known color: Royal Blue. HEX triplet: 29, 4E and E2. RGB value is (41,78,226). Sum of RGB (Red+Green+Blue) = 41+78+226=345 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.88% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 226 (88.67% from 255 or 65.51% from 345); Max value from RGB is 226 - color contains mainly: blue. Hex color #294EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EE2 is #D6B11D. Grayscale: #535353. Windows color (decimal): -14070046 or 14831145. OLE color: 14831145.
HSL color Cylindrical-coordinate representation of color #294EE2: hue angle of 228º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294EE2 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 78 | 226 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.11 |
| HSL | 228º | 0.76% | 0.52% | - |
| HSV(B) | 228º | 0.82% | 0.89% | - |
| XYZ | 17.37 | 11.41 | 73.24 | - |
| YUV | 83.81 | 208.24 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 226 | 0.82 | 0.65 | 0 | 0.11 | 228 | 0.76 | 0.52 |
| Hex | 29 | 4E | E2 | 52 | 41 | 0 | B | E4 | 4C | 34 |
| Octal | 51 | 116 | 342 | 122 | 101 | 0 | 13 | 344 | 114 | 64 |
| Binary | 101001 | 1001110 | 11100010 | 1010010 | 1000001 | 0 | 1011 | 11100100 | 1001100 | 110100 |
Color Harmonies of #294EE2
Complementary color
Monochromatic Colors of #294EE2
Black with #294EE2
Text Example
Text Example
White with #294EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EE2; }
p { color: rgb(41,78,226); }
H1.HeaderClassName
{
color: #294EE2;
}
.AnyTagClassName
{
color: #294EE2;
}
</style>
background-color css
<style>
a { background-color: #294EE2; }
a { background-color: rgb(41,78,226); }
div.DivClassName
{
background-color: #294EE2;
}
.BgClassName
{
background-color: #294EE2;
}
</style>
border-color css
<style>
span { border-color: #294EE2; }
span { border-color: rgb(41,78,226); }
td.TdClassName
{
border-color: #294EE2;
}
.TagClassName
{
border-color: #294EE2;
}
</style>