Shades of Royal Blue #295BE0
Tints of Royal Blue #295BE0
RGB
CMYK
RGB Variations
Color information
#295BE0 (or 0x295BE0) is known color: Royal Blue. HEX triplet: 29, 5B and E0. RGB value is (41,91,224). Sum of RGB (Red+Green+Blue) = 41+91+224=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #295BE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BE0 is #D6A41F. Grayscale: #5A5A5A. Windows color (decimal): -14066720 or 14703401. OLE color: 14703401.
HSL color Cylindrical-coordinate representation of color #295BE0: hue angle of 223.61º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295BE0 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 91 | 224 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.12 |
| HSL | 223.61º | 0.75% | 0.52% | - |
| HSV(B) | 223.61º | 0.82% | 0.88% | - |
| XYZ | 18.11 | 13.34 | 72.14 | - |
| YUV | 91.21 | 202.94 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 224 | 0.82 | 0.59 | 0 | 0.12 | 223.61 | 0.75 | 0.52 |
| Hex | 29 | 5B | E0 | 52 | 3B | 0 | C | E0 | 4B | 34 |
| Octal | 51 | 133 | 340 | 122 | 73 | 0 | 14 | 340 | 113 | 64 |
| Binary | 101001 | 1011011 | 11100000 | 1010010 | 111011 | 0 | 1100 | 11100000 | 1001011 | 110100 |
Color Harmonies of #295BE0
Complementary color
Monochromatic Colors of #295BE0
Black with #295BE0
Text Example
Text Example
White with #295BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BE0; }
p { color: rgb(41,91,224); }
H1.HeaderClassName
{
color: #295BE0;
}
.AnyTagClassName
{
color: #295BE0;
}
</style>
background-color css
<style>
a { background-color: #295BE0; }
a { background-color: rgb(41,91,224); }
div.DivClassName
{
background-color: #295BE0;
}
.BgClassName
{
background-color: #295BE0;
}
</style>
border-color css
<style>
span { border-color: #295BE0; }
span { border-color: rgb(41,91,224); }
td.TdClassName
{
border-color: #295BE0;
}
.TagClassName
{
border-color: #295BE0;
}
</style>