Shades of Royal Blue #294FED
Tints of Royal Blue #294FED
RGB
CMYK
RGB Variations
Color information
#294FED (or 0x294FED) is known color: Royal Blue. HEX triplet: 29, 4F and ED. RGB value is (41,79,237). Sum of RGB (Red+Green+Blue) = 41+79+237=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 237 (92.97% from 255 or 66.39% from 357); Max value from RGB is 237 - color contains mainly: blue. Hex color #294FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FED is #D6B012. Grayscale: #545454. Windows color (decimal): -14069779 or 15552297. OLE color: 15552297.
HSL color Cylindrical-coordinate representation of color #294FED: hue angle of 228.37º 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 #294FED is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 79 | 237 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.07 |
| HSL | 228.37º | 0.84% | 0.55% | - |
| HSV(B) | 228.37º | 0.83% | 0.93% | - |
| XYZ | 19 | 12.18 | 81.47 | - |
| YUV | 85.65 | 213.41 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 237 | 0.83 | 0.67 | 0 | 0.07 | 228.37 | 0.84 | 0.55 |
| Hex | 29 | 4F | ED | 53 | 43 | 0 | 7 | E4 | 54 | 37 |
| Octal | 51 | 117 | 355 | 123 | 103 | 0 | 7 | 344 | 124 | 67 |
| Binary | 101001 | 1001111 | 11101101 | 1010011 | 1000011 | 0 | 111 | 11100100 | 1010100 | 110111 |
Color Harmonies of #294FED
Complementary color
Monochromatic Colors of #294FED
Black with #294FED
Text Example
Text Example
White with #294FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FED; }
p { color: rgb(41,79,237); }
H1.HeaderClassName
{
color: #294FED;
}
.AnyTagClassName
{
color: #294FED;
}
</style>
background-color css
<style>
a { background-color: #294FED; }
a { background-color: rgb(41,79,237); }
div.DivClassName
{
background-color: #294FED;
}
.BgClassName
{
background-color: #294FED;
}
</style>
border-color css
<style>
span { border-color: #294FED; }
span { border-color: rgb(41,79,237); }
td.TdClassName
{
border-color: #294FED;
}
.TagClassName
{
border-color: #294FED;
}
</style>