Shades of Royal Blue #294EE7
Tints of Royal Blue #294EE7
RGB
CMYK
RGB Variations
Color information
#294EE7 (or 0x294EE7) is known color: Royal Blue. HEX triplet: 29, 4E and E7. RGB value is (41,78,231). Sum of RGB (Red+Green+Blue) = 41+78+231=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 231 (90.62% from 255 or 66% from 350); Max value from RGB is 231 - color contains mainly: blue. Hex color #294EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EE7 is #D6B118. Grayscale: #535353. Windows color (decimal): -14070041 or 15158825. OLE color: 15158825.
HSL color Cylindrical-coordinate representation of color #294EE7: hue angle of 228.32º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294EE7 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 41 | 78 | 231 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.09 |
| HSL | 228.32º | 0.8% | 0.53% | - |
| HSV(B) | 228.32º | 0.82% | 0.91% | - |
| XYZ | 18.06 | 11.69 | 76.91 | - |
| YUV | 84.38 | 210.74 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 231 | 0.82 | 0.66 | 0 | 0.09 | 228.32 | 0.8 | 0.53 |
| Hex | 29 | 4E | E7 | 52 | 42 | 0 | 9 | E4 | 50 | 35 |
| Octal | 51 | 116 | 347 | 122 | 102 | 0 | 11 | 344 | 120 | 65 |
| Binary | 101001 | 1001110 | 11100111 | 1010010 | 1000010 | 0 | 1001 | 11100100 | 1010000 | 110101 |
Color Harmonies of #294EE7
Complementary color
Monochromatic Colors of #294EE7
Black with #294EE7
Text Example
Text Example
White with #294EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EE7; }
p { color: rgb(41,78,231); }
H1.HeaderClassName
{
color: #294EE7;
}
.AnyTagClassName
{
color: #294EE7;
}
</style>
background-color css
<style>
a { background-color: #294EE7; }
a { background-color: rgb(41,78,231); }
div.DivClassName
{
background-color: #294EE7;
}
.BgClassName
{
background-color: #294EE7;
}
</style>
border-color css
<style>
span { border-color: #294EE7; }
span { border-color: rgb(41,78,231); }
td.TdClassName
{
border-color: #294EE7;
}
.TagClassName
{
border-color: #294EE7;
}
</style>