Shades of Royal Blue #295EDE
Tints of Royal Blue #295EDE
RGB
CMYK
RGB Variations
Color information
#295EDE (or 0x295EDE) is known color: Royal Blue. HEX triplet: 29, 5E and DE. RGB value is (41,94,222). Sum of RGB (Red+Green+Blue) = 41+94+222=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #295EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EDE is #D6A121. Grayscale: #5C5C5C. Windows color (decimal): -14065954 or 14573097. OLE color: 14573097.
HSL color Cylindrical-coordinate representation of color #295EDE: hue angle of 222.43º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295EDE is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 94 | 222 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.13 |
| HSL | 222.43º | 0.73% | 0.52% | - |
| HSV(B) | 222.43º | 0.82% | 0.87% | - |
| XYZ | 18.1 | 13.75 | 70.81 | - |
| YUV | 92.75 | 200.94 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 222 | 0.82 | 0.58 | 0 | 0.13 | 222.43 | 0.73 | 0.52 |
| Hex | 29 | 5E | DE | 52 | 3A | 0 | D | DE | 49 | 34 |
| Octal | 51 | 136 | 336 | 122 | 72 | 0 | 15 | 336 | 111 | 64 |
| Binary | 101001 | 1011110 | 11011110 | 1010010 | 111010 | 0 | 1101 | 11011110 | 1001001 | 110100 |
Color Harmonies of #295EDE
Complementary color
Monochromatic Colors of #295EDE
Black with #295EDE
Text Example
Text Example
White with #295EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EDE; }
p { color: rgb(41,94,222); }
H1.HeaderClassName
{
color: #295EDE;
}
.AnyTagClassName
{
color: #295EDE;
}
</style>
background-color css
<style>
a { background-color: #295EDE; }
a { background-color: rgb(41,94,222); }
div.DivClassName
{
background-color: #295EDE;
}
.BgClassName
{
background-color: #295EDE;
}
</style>
border-color css
<style>
span { border-color: #295EDE; }
span { border-color: rgb(41,94,222); }
td.TdClassName
{
border-color: #295EDE;
}
.TagClassName
{
border-color: #295EDE;
}
</style>