Shades of Royal Blue #295EEE
Tints of Royal Blue #295EEE
RGB
CMYK
RGB Variations
Color information
#295EEE (or 0x295EEE) is known color: Royal Blue. HEX triplet: 29, 5E and EE. RGB value is (41,94,238). Sum of RGB (Red+Green+Blue) = 41+94+238=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 238 (93.36% from 255 or 63.81% from 373); Max value from RGB is 238 - color contains mainly: blue. Hex color #295EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295EEE is #D6A111. Grayscale: #5D5D5D. Windows color (decimal): -14065938 or 15621673. OLE color: 15621673.
HSL color Cylindrical-coordinate representation of color #295EEE: hue angle of 223.86º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295EEE is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 94 | 238 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 223.86º | 0.85% | 0.55% | - |
| HSV(B) | 223.86º | 0.83% | 0.93% | - |
| XYZ | 20.35 | 14.65 | 82.64 | - |
| YUV | 94.57 | 208.94 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 238 | 0.83 | 0.61 | 0 | 0.07 | 223.86 | 0.85 | 0.55 |
| Hex | 29 | 5E | EE | 53 | 3D | 0 | 7 | E0 | 55 | 37 |
| Octal | 51 | 136 | 356 | 123 | 75 | 0 | 7 | 340 | 125 | 67 |
| Binary | 101001 | 1011110 | 11101110 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010101 | 110111 |
Color Harmonies of #295EEE
Complementary color
Monochromatic Colors of #295EEE
Black with #295EEE
Text Example
Text Example
White with #295EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EEE; }
p { color: rgb(41,94,238); }
H1.HeaderClassName
{
color: #295EEE;
}
.AnyTagClassName
{
color: #295EEE;
}
</style>
background-color css
<style>
a { background-color: #295EEE; }
a { background-color: rgb(41,94,238); }
div.DivClassName
{
background-color: #295EEE;
}
.BgClassName
{
background-color: #295EEE;
}
</style>
border-color css
<style>
span { border-color: #295EEE; }
span { border-color: rgb(41,94,238); }
td.TdClassName
{
border-color: #295EEE;
}
.TagClassName
{
border-color: #295EEE;
}
</style>