Shades of Royal Blue #295EEC
Tints of Royal Blue #295EEC
RGB
CMYK
RGB Variations
Color information
#295EEC (or 0x295EEC) is known color: Royal Blue. HEX triplet: 29, 5E and EC. RGB value is (41,94,236). Sum of RGB (Red+Green+Blue) = 41+94+236=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #295EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295EEC is #D6A113. Grayscale: #5D5D5D. Windows color (decimal): -14065940 or 15490601. OLE color: 15490601.
HSL color Cylindrical-coordinate representation of color #295EEC: hue angle of 223.69º 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 #295EEC is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 94 | 236 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.07 |
| HSL | 223.69º | 0.84% | 0.54% | - |
| HSV(B) | 223.69º | 0.83% | 0.93% | - |
| XYZ | 20.06 | 14.53 | 81.1 | - |
| YUV | 94.34 | 207.94 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 236 | 0.83 | 0.60 | 0 | 0.07 | 223.69 | 0.84 | 0.54 |
| Hex | 29 | 5E | EC | 53 | 3C | 0 | 7 | E0 | 54 | 36 |
| Octal | 51 | 136 | 354 | 123 | 74 | 0 | 7 | 340 | 124 | 66 |
| Binary | 101001 | 1011110 | 11101100 | 1010011 | 111100 | 0 | 111 | 11100000 | 1010100 | 110110 |
Color Harmonies of #295EEC
Complementary color
Monochromatic Colors of #295EEC
Black with #295EEC
Text Example
Text Example
White with #295EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EEC; }
p { color: rgb(41,94,236); }
H1.HeaderClassName
{
color: #295EEC;
}
.AnyTagClassName
{
color: #295EEC;
}
</style>
background-color css
<style>
a { background-color: #295EEC; }
a { background-color: rgb(41,94,236); }
div.DivClassName
{
background-color: #295EEC;
}
.BgClassName
{
background-color: #295EEC;
}
</style>
border-color css
<style>
span { border-color: #295EEC; }
span { border-color: rgb(41,94,236); }
td.TdClassName
{
border-color: #295EEC;
}
.TagClassName
{
border-color: #295EEC;
}
</style>