Shades of Royal Blue #294EE5
Tints of Royal Blue #294EE5
RGB
CMYK
RGB Variations
Color information
#294EE5 (or 0x294EE5) is known color: Royal Blue. HEX triplet: 29, 4E and E5. RGB value is (41,78,229). Sum of RGB (Red+Green+Blue) = 41+78+229=348 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.78% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 229 (89.84% from 255 or 65.80% from 348); Max value from RGB is 229 - color contains mainly: blue. Hex color #294EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #294EE5 is #D6B11A. Grayscale: #535353. Windows color (decimal): -14070043 or 15027753. OLE color: 15027753.
HSL color Cylindrical-coordinate representation of color #294EE5: hue angle of 228.19º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294EE5 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 78 | 229 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.10 |
| HSL | 228.19º | 0.78% | 0.53% | - |
| HSV(B) | 228.19º | 0.82% | 0.9% | - |
| XYZ | 17.78 | 11.58 | 75.43 | - |
| YUV | 84.15 | 209.74 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 229 | 0.82 | 0.66 | 0 | 0.10 | 228.19 | 0.78 | 0.53 |
| Hex | 29 | 4E | E5 | 52 | 42 | 0 | A | E4 | 4E | 35 |
| Octal | 51 | 116 | 345 | 122 | 102 | 0 | 12 | 344 | 116 | 65 |
| Binary | 101001 | 1001110 | 11100101 | 1010010 | 1000010 | 0 | 1010 | 11100100 | 1001110 | 110101 |
Color Harmonies of #294EE5
Complementary color
Monochromatic Colors of #294EE5
Black with #294EE5
Text Example
Text Example
White with #294EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EE5; }
p { color: rgb(41,78,229); }
H1.HeaderClassName
{
color: #294EE5;
}
.AnyTagClassName
{
color: #294EE5;
}
</style>
background-color css
<style>
a { background-color: #294EE5; }
a { background-color: rgb(41,78,229); }
div.DivClassName
{
background-color: #294EE5;
}
.BgClassName
{
background-color: #294EE5;
}
</style>
border-color css
<style>
span { border-color: #294EE5; }
span { border-color: rgb(41,78,229); }
td.TdClassName
{
border-color: #294EE5;
}
.TagClassName
{
border-color: #294EE5;
}
</style>