Shades of Royal Blue #295EE2
Tints of Royal Blue #295EE2
RGB
CMYK
RGB Variations
Color information
#295EE2 (or 0x295EE2) is known color: Royal Blue. HEX triplet: 29, 5E and E2. RGB value is (41,94,226). Sum of RGB (Red+Green+Blue) = 41+94+226=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 226 (88.67% from 255 or 62.60% from 361); Max value from RGB is 226 - color contains mainly: blue. Hex color #295EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EE2 is #D6A11D. Grayscale: #5C5C5C. Windows color (decimal): -14065950 or 14835241. OLE color: 14835241.
HSL color Cylindrical-coordinate representation of color #295EE2: hue angle of 222.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295EE2 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 94 | 226 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.11 |
| HSL | 222.81º | 0.76% | 0.52% | - |
| HSV(B) | 222.81º | 0.82% | 0.89% | - |
| XYZ | 18.64 | 13.97 | 73.66 | - |
| YUV | 93.2 | 202.94 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 226 | 0.82 | 0.58 | 0 | 0.11 | 222.81 | 0.76 | 0.52 |
| Hex | 29 | 5E | E2 | 52 | 3A | 0 | B | DF | 4C | 34 |
| Octal | 51 | 136 | 342 | 122 | 72 | 0 | 13 | 337 | 114 | 64 |
| Binary | 101001 | 1011110 | 11100010 | 1010010 | 111010 | 0 | 1011 | 11011111 | 1001100 | 110100 |
Color Harmonies of #295EE2
Complementary color
Monochromatic Colors of #295EE2
Black with #295EE2
Text Example
Text Example
White with #295EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EE2; }
p { color: rgb(41,94,226); }
H1.HeaderClassName
{
color: #295EE2;
}
.AnyTagClassName
{
color: #295EE2;
}
</style>
background-color css
<style>
a { background-color: #295EE2; }
a { background-color: rgb(41,94,226); }
div.DivClassName
{
background-color: #295EE2;
}
.BgClassName
{
background-color: #295EE2;
}
</style>
border-color css
<style>
span { border-color: #295EE2; }
span { border-color: rgb(41,94,226); }
td.TdClassName
{
border-color: #295EE2;
}
.TagClassName
{
border-color: #295EE2;
}
</style>