Shades of Royal Blue #294AED
Tints of Royal Blue #294AED
RGB
CMYK
RGB Variations
Color information
#294AED (or 0x294AED) is known color: Royal Blue. HEX triplet: 29, 4A and ED. RGB value is (41,74,237). Sum of RGB (Red+Green+Blue) = 41+74+237=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #294AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294AED is #D6B512. Grayscale: #525252. Windows color (decimal): -14071059 or 15551017. OLE color: 15551017.
HSL color Cylindrical-coordinate representation of color #294AED: hue angle of 229.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294AED is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 74 | 237 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.07 |
| HSL | 229.9º | 0.84% | 0.55% | - |
| HSV(B) | 229.9º | 0.83% | 0.93% | - |
| XYZ | 18.65 | 11.48 | 81.35 | - |
| YUV | 82.72 | 215.07 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 74 | 237 | 0.83 | 0.69 | 0 | 0.07 | 229.9 | 0.84 | 0.55 |
| Hex | 29 | 4A | ED | 53 | 45 | 0 | 7 | E6 | 54 | 37 |
| Octal | 51 | 112 | 355 | 123 | 105 | 0 | 7 | 346 | 124 | 67 |
| Binary | 101001 | 1001010 | 11101101 | 1010011 | 1000101 | 0 | 111 | 11100110 | 1010100 | 110111 |
Color Harmonies of #294AED
Complementary color
Monochromatic Colors of #294AED
Black with #294AED
Text Example
Text Example
White with #294AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294AED; }
p { color: rgb(41,74,237); }
H1.HeaderClassName
{
color: #294AED;
}
.AnyTagClassName
{
color: #294AED;
}
</style>
background-color css
<style>
a { background-color: #294AED; }
a { background-color: rgb(41,74,237); }
div.DivClassName
{
background-color: #294AED;
}
.BgClassName
{
background-color: #294AED;
}
</style>
border-color css
<style>
span { border-color: #294AED; }
span { border-color: rgb(41,74,237); }
td.TdClassName
{
border-color: #294AED;
}
.TagClassName
{
border-color: #294AED;
}
</style>