Shades of Royal Blue #294FEC
Tints of Royal Blue #294FEC
RGB
CMYK
RGB Variations
Color information
#294FEC (or 0x294FEC) is known color: Royal Blue. HEX triplet: 29, 4F and EC. RGB value is (41,79,236). Sum of RGB (Red+Green+Blue) = 41+79+236=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #294FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FEC is #D6B013. Grayscale: #545454. Windows color (decimal): -14069780 or 15486761. OLE color: 15486761.
HSL color Cylindrical-coordinate representation of color #294FEC: hue angle of 228.31º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294FEC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 79 | 236 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.07 |
| HSL | 228.31º | 0.84% | 0.54% | - |
| HSV(B) | 228.31º | 0.83% | 0.93% | - |
| XYZ | 18.85 | 12.12 | 80.7 | - |
| YUV | 85.54 | 212.91 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 236 | 0.83 | 0.67 | 0 | 0.07 | 228.31 | 0.84 | 0.54 |
| Hex | 29 | 4F | EC | 53 | 43 | 0 | 7 | E4 | 54 | 36 |
| Octal | 51 | 117 | 354 | 123 | 103 | 0 | 7 | 344 | 124 | 66 |
| Binary | 101001 | 1001111 | 11101100 | 1010011 | 1000011 | 0 | 111 | 11100100 | 1010100 | 110110 |
Color Harmonies of #294FEC
Complementary color
Monochromatic Colors of #294FEC
Black with #294FEC
Text Example
Text Example
White with #294FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FEC; }
p { color: rgb(41,79,236); }
H1.HeaderClassName
{
color: #294FEC;
}
.AnyTagClassName
{
color: #294FEC;
}
</style>
background-color css
<style>
a { background-color: #294FEC; }
a { background-color: rgb(41,79,236); }
div.DivClassName
{
background-color: #294FEC;
}
.BgClassName
{
background-color: #294FEC;
}
</style>
border-color css
<style>
span { border-color: #294FEC; }
span { border-color: rgb(41,79,236); }
td.TdClassName
{
border-color: #294FEC;
}
.TagClassName
{
border-color: #294FEC;
}
</style>