Shades of Royal Blue #294FEB
Tints of Royal Blue #294FEB
RGB
CMYK
RGB Variations
Color information
#294FEB (or 0x294FEB) is known color: Royal Blue. HEX triplet: 29, 4F and EB. RGB value is (41,79,235). Sum of RGB (Red+Green+Blue) = 41+79+235=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #294FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FEB is #D6B014. Grayscale: #545454. Windows color (decimal): -14069781 or 15421225. OLE color: 15421225.
HSL color Cylindrical-coordinate representation of color #294FEB: hue angle of 228.25º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #294FEB is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 79 | 235 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.08 |
| HSL | 228.25º | 0.83% | 0.54% | - |
| HSV(B) | 228.25º | 0.83% | 0.92% | - |
| XYZ | 18.71 | 12.06 | 79.94 | - |
| YUV | 85.42 | 212.41 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 235 | 0.83 | 0.66 | 0 | 0.08 | 228.25 | 0.83 | 0.54 |
| Hex | 29 | 4F | EB | 53 | 42 | 0 | 8 | E4 | 53 | 36 |
| Octal | 51 | 117 | 353 | 123 | 102 | 0 | 10 | 344 | 123 | 66 |
| Binary | 101001 | 1001111 | 11101011 | 1010011 | 1000010 | 0 | 1000 | 11100100 | 1010011 | 110110 |
Color Harmonies of #294FEB
Complementary color
Monochromatic Colors of #294FEB
Black with #294FEB
Text Example
Text Example
White with #294FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FEB; }
p { color: rgb(41,79,235); }
H1.HeaderClassName
{
color: #294FEB;
}
.AnyTagClassName
{
color: #294FEB;
}
</style>
background-color css
<style>
a { background-color: #294FEB; }
a { background-color: rgb(41,79,235); }
div.DivClassName
{
background-color: #294FEB;
}
.BgClassName
{
background-color: #294FEB;
}
</style>
border-color css
<style>
span { border-color: #294FEB; }
span { border-color: rgb(41,79,235); }
td.TdClassName
{
border-color: #294FEB;
}
.TagClassName
{
border-color: #294FEB;
}
</style>