Shades of Royal Blue #295EE0
Tints of Royal Blue #295EE0
RGB
CMYK
RGB Variations
Color information
#295EE0 (or 0x295EE0) is known color: Royal Blue. HEX triplet: 29, 5E and E0. RGB value is (41,94,224). Sum of RGB (Red+Green+Blue) = 41+94+224=359 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.42% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #295EE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EE0 is #D6A11F. Grayscale: #5C5C5C. Windows color (decimal): -14065952 or 14704169. OLE color: 14704169.
HSL color Cylindrical-coordinate representation of color #295EE0: hue angle of 222.62º 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 #295EE0 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 94 | 224 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.12 |
| HSL | 222.62º | 0.75% | 0.52% | - |
| HSV(B) | 222.62º | 0.82% | 0.88% | - |
| XYZ | 18.37 | 13.86 | 72.23 | - |
| YUV | 92.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 224 | 0.82 | 0.58 | 0 | 0.12 | 222.62 | 0.75 | 0.52 |
| Hex | 29 | 5E | E0 | 52 | 3A | 0 | C | DF | 4B | 34 |
| Octal | 51 | 136 | 340 | 122 | 72 | 0 | 14 | 337 | 113 | 64 |
| Binary | 101001 | 1011110 | 11100000 | 1010010 | 111010 | 0 | 1100 | 11011111 | 1001011 | 110100 |
Color Harmonies of #295EE0
Complementary color
Monochromatic Colors of #295EE0
Black with #295EE0
Text Example
Text Example
White with #295EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EE0; }
p { color: rgb(41,94,224); }
H1.HeaderClassName
{
color: #295EE0;
}
.AnyTagClassName
{
color: #295EE0;
}
</style>
background-color css
<style>
a { background-color: #295EE0; }
a { background-color: rgb(41,94,224); }
div.DivClassName
{
background-color: #295EE0;
}
.BgClassName
{
background-color: #295EE0;
}
</style>
border-color css
<style>
span { border-color: #295EE0; }
span { border-color: rgb(41,94,224); }
td.TdClassName
{
border-color: #295EE0;
}
.TagClassName
{
border-color: #295EE0;
}
</style>