Shades of Royal Blue #294BED
Tints of Royal Blue #294BED
RGB
CMYK
RGB Variations
Color information
#294BED (or 0x294BED) is known color: Royal Blue. HEX triplet: 29, 4B and ED. RGB value is (41,75,237). Sum of RGB (Red+Green+Blue) = 41+75+237=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #294BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #294BED is #D6B412. Grayscale: #525252. Windows color (decimal): -14070803 or 15551273. OLE color: 15551273.
HSL color Cylindrical-coordinate representation of color #294BED: hue angle of 229.59º 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 #294BED is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 75 | 237 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.07 |
| HSL | 229.59º | 0.84% | 0.55% | - |
| HSV(B) | 229.59º | 0.83% | 0.93% | - |
| XYZ | 18.72 | 11.62 | 81.38 | - |
| YUV | 83.3 | 214.74 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 75 | 237 | 0.83 | 0.68 | 0 | 0.07 | 229.59 | 0.84 | 0.55 |
| Hex | 29 | 4B | ED | 53 | 44 | 0 | 7 | E6 | 54 | 37 |
| Octal | 51 | 113 | 355 | 123 | 104 | 0 | 7 | 346 | 124 | 67 |
| Binary | 101001 | 1001011 | 11101101 | 1010011 | 1000100 | 0 | 111 | 11100110 | 1010100 | 110111 |
Color Harmonies of #294BED
Complementary color
Monochromatic Colors of #294BED
Black with #294BED
Text Example
Text Example
White with #294BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294BED; }
p { color: rgb(41,75,237); }
H1.HeaderClassName
{
color: #294BED;
}
.AnyTagClassName
{
color: #294BED;
}
</style>
background-color css
<style>
a { background-color: #294BED; }
a { background-color: rgb(41,75,237); }
div.DivClassName
{
background-color: #294BED;
}
.BgClassName
{
background-color: #294BED;
}
</style>
border-color css
<style>
span { border-color: #294BED; }
span { border-color: rgb(41,75,237); }
td.TdClassName
{
border-color: #294BED;
}
.TagClassName
{
border-color: #294BED;
}
</style>