Shades of Royal Blue #294EE4
Tints of Royal Blue #294EE4
RGB
CMYK
RGB Variations
Color information
#294EE4 (or 0x294EE4) is known color: Royal Blue. HEX triplet: 29, 4E and E4. RGB value is (41,78,228). Sum of RGB (Red+Green+Blue) = 41+78+228=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 228 (89.45% from 255 or 65.71% from 347); Max value from RGB is 228 - color contains mainly: blue. Hex color #294EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EE4 is #D6B11B. Grayscale: #535353. Windows color (decimal): -14070044 or 14962217. OLE color: 14962217.
HSL color Cylindrical-coordinate representation of color #294EE4: hue angle of 228.13º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294EE4 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 78 | 228 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.11 |
| HSL | 228.13º | 0.78% | 0.53% | - |
| HSV(B) | 228.13º | 0.82% | 0.89% | - |
| XYZ | 17.64 | 11.52 | 74.69 | - |
| YUV | 84.04 | 209.24 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 228 | 0.82 | 0.66 | 0 | 0.11 | 228.13 | 0.78 | 0.53 |
| Hex | 29 | 4E | E4 | 52 | 42 | 0 | B | E4 | 4E | 35 |
| Octal | 51 | 116 | 344 | 122 | 102 | 0 | 13 | 344 | 116 | 65 |
| Binary | 101001 | 1001110 | 11100100 | 1010010 | 1000010 | 0 | 1011 | 11100100 | 1001110 | 110101 |
Color Harmonies of #294EE4
Complementary color
Monochromatic Colors of #294EE4
Black with #294EE4
Text Example
Text Example
White with #294EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EE4; }
p { color: rgb(41,78,228); }
H1.HeaderClassName
{
color: #294EE4;
}
.AnyTagClassName
{
color: #294EE4;
}
</style>
background-color css
<style>
a { background-color: #294EE4; }
a { background-color: rgb(41,78,228); }
div.DivClassName
{
background-color: #294EE4;
}
.BgClassName
{
background-color: #294EE4;
}
</style>
border-color css
<style>
span { border-color: #294EE4; }
span { border-color: rgb(41,78,228); }
td.TdClassName
{
border-color: #294EE4;
}
.TagClassName
{
border-color: #294EE4;
}
</style>