Shades of Royal Blue #295DE5
Tints of Royal Blue #295DE5
RGB
CMYK
RGB Variations
Color information
#295DE5 (or 0x295DE5) is known color: Royal Blue. HEX triplet: 29, 5D and E5. RGB value is (41,93,229). Sum of RGB (Red+Green+Blue) = 41+93+229=363 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.29% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #295DE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DE5 is #D6A21A. Grayscale: #5C5C5C. Windows color (decimal): -14066203 or 15031593. OLE color: 15031593.
HSL color Cylindrical-coordinate representation of color #295DE5: hue angle of 223.4º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295DE5 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 93 | 229 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.10 |
| HSL | 223.4º | 0.78% | 0.53% | - |
| HSV(B) | 223.4º | 0.82% | 0.9% | - |
| XYZ | 18.97 | 13.96 | 75.82 | - |
| YUV | 92.96 | 204.77 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 229 | 0.82 | 0.59 | 0 | 0.10 | 223.4 | 0.78 | 0.53 |
| Hex | 29 | 5D | E5 | 52 | 3B | 0 | A | DF | 4E | 35 |
| Octal | 51 | 135 | 345 | 122 | 73 | 0 | 12 | 337 | 116 | 65 |
| Binary | 101001 | 1011101 | 11100101 | 1010010 | 111011 | 0 | 1010 | 11011111 | 1001110 | 110101 |
Color Harmonies of #295DE5
Complementary color
Monochromatic Colors of #295DE5
Black with #295DE5
Text Example
Text Example
White with #295DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DE5; }
p { color: rgb(41,93,229); }
H1.HeaderClassName
{
color: #295DE5;
}
.AnyTagClassName
{
color: #295DE5;
}
</style>
background-color css
<style>
a { background-color: #295DE5; }
a { background-color: rgb(41,93,229); }
div.DivClassName
{
background-color: #295DE5;
}
.BgClassName
{
background-color: #295DE5;
}
</style>
border-color css
<style>
span { border-color: #295DE5; }
span { border-color: rgb(41,93,229); }
td.TdClassName
{
border-color: #295DE5;
}
.TagClassName
{
border-color: #295DE5;
}
</style>