Shades of Royal Blue #295BEB
Tints of Royal Blue #295BEB
RGB
CMYK
RGB Variations
Color information
#295BEB (or 0x295BEB) is known color: Royal Blue. HEX triplet: 29, 5B and EB. RGB value is (41,91,235). Sum of RGB (Red+Green+Blue) = 41+91+235=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 235 (92.19% from 255 or 64.03% from 367); Max value from RGB is 235 - color contains mainly: blue. Hex color #295BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BEB is #D6A414. Grayscale: #5B5B5B. Windows color (decimal): -14066709 or 15424297. OLE color: 15424297.
HSL color Cylindrical-coordinate representation of color #295BEB: hue angle of 224.54º 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 #295BEB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 91 | 235 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.08 |
| HSL | 224.54º | 0.83% | 0.54% | - |
| HSV(B) | 224.54º | 0.83% | 0.92% | - |
| XYZ | 19.65 | 13.95 | 80.25 | - |
| YUV | 92.47 | 208.44 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 235 | 0.83 | 0.61 | 0 | 0.08 | 224.54 | 0.83 | 0.54 |
| Hex | 29 | 5B | EB | 53 | 3D | 0 | 8 | E1 | 53 | 36 |
| Octal | 51 | 133 | 353 | 123 | 75 | 0 | 10 | 341 | 123 | 66 |
| Binary | 101001 | 1011011 | 11101011 | 1010011 | 111101 | 0 | 1000 | 11100001 | 1010011 | 110110 |
Color Harmonies of #295BEB
Complementary color
Monochromatic Colors of #295BEB
Black with #295BEB
Text Example
Text Example
White with #295BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BEB; }
p { color: rgb(41,91,235); }
H1.HeaderClassName
{
color: #295BEB;
}
.AnyTagClassName
{
color: #295BEB;
}
</style>
background-color css
<style>
a { background-color: #295BEB; }
a { background-color: rgb(41,91,235); }
div.DivClassName
{
background-color: #295BEB;
}
.BgClassName
{
background-color: #295BEB;
}
</style>
border-color css
<style>
span { border-color: #295BEB; }
span { border-color: rgb(41,91,235); }
td.TdClassName
{
border-color: #295BEB;
}
.TagClassName
{
border-color: #295BEB;
}
</style>