Shades of Royal Blue #294DED
Tints of Royal Blue #294DED
RGB
CMYK
RGB Variations
Color information
#294DED (or 0x294DED) is known color: Royal Blue. HEX triplet: 29, 4D and ED. RGB value is (41,77,237). Sum of RGB (Red+Green+Blue) = 41+77+237=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 237 (92.97% from 255 or 66.76% from 355); Max value from RGB is 237 - color contains mainly: blue. Hex color #294DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294DED is #D6B212. Grayscale: #535353. Windows color (decimal): -14070291 or 15551785. OLE color: 15551785.
HSL color Cylindrical-coordinate representation of color #294DED: hue angle of 228.98º 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 #294DED is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 77 | 237 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.07 |
| HSL | 228.98º | 0.84% | 0.55% | - |
| HSV(B) | 228.98º | 0.83% | 0.93% | - |
| XYZ | 18.85 | 11.89 | 81.42 | - |
| YUV | 84.48 | 214.07 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 237 | 0.83 | 0.68 | 0 | 0.07 | 228.98 | 0.84 | 0.55 |
| Hex | 29 | 4D | ED | 53 | 44 | 0 | 7 | E5 | 54 | 37 |
| Octal | 51 | 115 | 355 | 123 | 104 | 0 | 7 | 345 | 124 | 67 |
| Binary | 101001 | 1001101 | 11101101 | 1010011 | 1000100 | 0 | 111 | 11100101 | 1010100 | 110111 |
Color Harmonies of #294DED
Complementary color
Monochromatic Colors of #294DED
Black with #294DED
Text Example
Text Example
White with #294DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294DED; }
p { color: rgb(41,77,237); }
H1.HeaderClassName
{
color: #294DED;
}
.AnyTagClassName
{
color: #294DED;
}
</style>
background-color css
<style>
a { background-color: #294DED; }
a { background-color: rgb(41,77,237); }
div.DivClassName
{
background-color: #294DED;
}
.BgClassName
{
background-color: #294DED;
}
</style>
border-color css
<style>
span { border-color: #294DED; }
span { border-color: rgb(41,77,237); }
td.TdClassName
{
border-color: #294DED;
}
.TagClassName
{
border-color: #294DED;
}
</style>