Shades of Royal Blue #295BDA
Tints of Royal Blue #295BDA
RGB
CMYK
RGB Variations
Color information
#295BDA (or 0x295BDA) is known color: Royal Blue. HEX triplet: 29, 5B and DA. RGB value is (41,91,218). Sum of RGB (Red+Green+Blue) = 41+91+218=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #295BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BDA is #D6A425. Grayscale: #595959. Windows color (decimal): -14066726 or 14310185. OLE color: 14310185.
HSL color Cylindrical-coordinate representation of color #295BDA: hue angle of 223.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295BDA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 91 | 218 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.15 |
| HSL | 223.05º | 0.71% | 0.51% | - |
| HSV(B) | 223.05º | 0.81% | 0.85% | - |
| XYZ | 17.31 | 13.02 | 67.93 | - |
| YUV | 90.53 | 199.94 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 218 | 0.81 | 0.58 | 0 | 0.15 | 223.05 | 0.71 | 0.51 |
| Hex | 29 | 5B | DA | 51 | 3A | 0 | F | DF | 47 | 33 |
| Octal | 51 | 133 | 332 | 121 | 72 | 0 | 17 | 337 | 107 | 63 |
| Binary | 101001 | 1011011 | 11011010 | 1010001 | 111010 | 0 | 1111 | 11011111 | 1000111 | 110011 |
Color Harmonies of #295BDA
Complementary color
Monochromatic Colors of #295BDA
Black with #295BDA
Text Example
Text Example
White with #295BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BDA; }
p { color: rgb(41,91,218); }
H1.HeaderClassName
{
color: #295BDA;
}
.AnyTagClassName
{
color: #295BDA;
}
</style>
background-color css
<style>
a { background-color: #295BDA; }
a { background-color: rgb(41,91,218); }
div.DivClassName
{
background-color: #295BDA;
}
.BgClassName
{
background-color: #295BDA;
}
</style>
border-color css
<style>
span { border-color: #295BDA; }
span { border-color: rgb(41,91,218); }
td.TdClassName
{
border-color: #295BDA;
}
.TagClassName
{
border-color: #295BDA;
}
</style>