Shades of Royal Blue #294EED
Tints of Royal Blue #294EED
RGB
CMYK
RGB Variations
Color information
#294EED (or 0x294EED) is known color: Royal Blue. HEX triplet: 29, 4E and ED. RGB value is (41,78,237). Sum of RGB (Red+Green+Blue) = 41+78+237=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #294EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #294EED is #D6B112. Grayscale: #545454. Windows color (decimal): -14070035 or 15552041. OLE color: 15552041.
HSL color Cylindrical-coordinate representation of color #294EED: hue angle of 228.67º 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 #294EED is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 78 | 237 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.07 |
| HSL | 228.67º | 0.84% | 0.55% | - |
| HSV(B) | 228.67º | 0.83% | 0.93% | - |
| XYZ | 18.92 | 12.03 | 81.45 | - |
| YUV | 85.06 | 213.74 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 78 | 237 | 0.83 | 0.67 | 0 | 0.07 | 228.67 | 0.84 | 0.55 |
| Hex | 29 | 4E | ED | 53 | 43 | 0 | 7 | E5 | 54 | 37 |
| Octal | 51 | 116 | 355 | 123 | 103 | 0 | 7 | 345 | 124 | 67 |
| Binary | 101001 | 1001110 | 11101101 | 1010011 | 1000011 | 0 | 111 | 11100101 | 1010100 | 110111 |
Color Harmonies of #294EED
Complementary color
Monochromatic Colors of #294EED
Black with #294EED
Text Example
Text Example
White with #294EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294EED; }
p { color: rgb(41,78,237); }
H1.HeaderClassName
{
color: #294EED;
}
.AnyTagClassName
{
color: #294EED;
}
</style>
background-color css
<style>
a { background-color: #294EED; }
a { background-color: rgb(41,78,237); }
div.DivClassName
{
background-color: #294EED;
}
.BgClassName
{
background-color: #294EED;
}
</style>
border-color css
<style>
span { border-color: #294EED; }
span { border-color: rgb(41,78,237); }
td.TdClassName
{
border-color: #294EED;
}
.TagClassName
{
border-color: #294EED;
}
</style>