Shades of Royal Blue #294FEA
Tints of Royal Blue #294FEA
RGB
CMYK
RGB Variations
Color information
#294FEA (or 0x294FEA) is known color: Royal Blue. HEX triplet: 29, 4F and EA. RGB value is (41,79,234). Sum of RGB (Red+Green+Blue) = 41+79+234=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #294FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294FEA is #D6B015. Grayscale: #545454. Windows color (decimal): -14069782 or 15355689. OLE color: 15355689.
HSL color Cylindrical-coordinate representation of color #294FEA: hue angle of 228.19º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #294FEA is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 79 | 234 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.08 |
| HSL | 228.19º | 0.82% | 0.54% | - |
| HSV(B) | 228.19º | 0.82% | 0.92% | - |
| XYZ | 18.56 | 12 | 79.18 | - |
| YUV | 85.31 | 211.91 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 234 | 0.82 | 0.66 | 0 | 0.08 | 228.19 | 0.82 | 0.54 |
| Hex | 29 | 4F | EA | 52 | 42 | 0 | 8 | E4 | 52 | 36 |
| Octal | 51 | 117 | 352 | 122 | 102 | 0 | 10 | 344 | 122 | 66 |
| Binary | 101001 | 1001111 | 11101010 | 1010010 | 1000010 | 0 | 1000 | 11100100 | 1010010 | 110110 |
Color Harmonies of #294FEA
Complementary color
Monochromatic Colors of #294FEA
Black with #294FEA
Text Example
Text Example
White with #294FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294FEA; }
p { color: rgb(41,79,234); }
H1.HeaderClassName
{
color: #294FEA;
}
.AnyTagClassName
{
color: #294FEA;
}
</style>
background-color css
<style>
a { background-color: #294FEA; }
a { background-color: rgb(41,79,234); }
div.DivClassName
{
background-color: #294FEA;
}
.BgClassName
{
background-color: #294FEA;
}
</style>
border-color css
<style>
span { border-color: #294FEA; }
span { border-color: rgb(41,79,234); }
td.TdClassName
{
border-color: #294FEA;
}
.TagClassName
{
border-color: #294FEA;
}
</style>