Shades of Royal Blue #295BDE
Tints of Royal Blue #295BDE
RGB
CMYK
RGB Variations
Color information
#295BDE (or 0x295BDE) is known color: Royal Blue. HEX triplet: 29, 5B and DE. RGB value is (41,91,222). Sum of RGB (Red+Green+Blue) = 41+91+222=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #295BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BDE is #D6A421. Grayscale: #5A5A5A. Windows color (decimal): -14066722 or 14572329. OLE color: 14572329.
HSL color Cylindrical-coordinate representation of color #295BDE: hue angle of 223.43º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295BDE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 91 | 222 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.13 |
| HSL | 223.43º | 0.73% | 0.52% | - |
| HSV(B) | 223.43º | 0.82% | 0.87% | - |
| XYZ | 17.84 | 13.23 | 70.72 | - |
| YUV | 90.98 | 201.94 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 222 | 0.82 | 0.59 | 0 | 0.13 | 223.43 | 0.73 | 0.52 |
| Hex | 29 | 5B | DE | 52 | 3B | 0 | D | DF | 49 | 34 |
| Octal | 51 | 133 | 336 | 122 | 73 | 0 | 15 | 337 | 111 | 64 |
| Binary | 101001 | 1011011 | 11011110 | 1010010 | 111011 | 0 | 1101 | 11011111 | 1001001 | 110100 |
Color Harmonies of #295BDE
Complementary color
Monochromatic Colors of #295BDE
Black with #295BDE
Text Example
Text Example
White with #295BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BDE; }
p { color: rgb(41,91,222); }
H1.HeaderClassName
{
color: #295BDE;
}
.AnyTagClassName
{
color: #295BDE;
}
</style>
background-color css
<style>
a { background-color: #295BDE; }
a { background-color: rgb(41,91,222); }
div.DivClassName
{
background-color: #295BDE;
}
.BgClassName
{
background-color: #295BDE;
}
</style>
border-color css
<style>
span { border-color: #295BDE; }
span { border-color: rgb(41,91,222); }
td.TdClassName
{
border-color: #295BDE;
}
.TagClassName
{
border-color: #295BDE;
}
</style>