Shades of Royal Blue #295BEE
Tints of Royal Blue #295BEE
RGB
CMYK
RGB Variations
Color information
#295BEE (or 0x295BEE) is known color: Royal Blue. HEX triplet: 29, 5B and EE. RGB value is (41,91,238). Sum of RGB (Red+Green+Blue) = 41+91+238=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #295BEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BEE is #D6A411. Grayscale: #5C5C5C. Windows color (decimal): -14066706 or 15620905. OLE color: 15620905.
HSL color Cylindrical-coordinate representation of color #295BEE: hue angle of 224.77º 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 #295BEE is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 91 | 238 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.07 |
| HSL | 224.77º | 0.85% | 0.55% | - |
| HSV(B) | 224.77º | 0.83% | 0.93% | - |
| XYZ | 20.09 | 14.13 | 82.56 | - |
| YUV | 92.81 | 209.94 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 238 | 0.83 | 0.62 | 0 | 0.07 | 224.77 | 0.85 | 0.55 |
| Hex | 29 | 5B | EE | 53 | 3E | 0 | 7 | E1 | 55 | 37 |
| Octal | 51 | 133 | 356 | 123 | 76 | 0 | 7 | 341 | 125 | 67 |
| Binary | 101001 | 1011011 | 11101110 | 1010011 | 111110 | 0 | 111 | 11100001 | 1010101 | 110111 |
Color Harmonies of #295BEE
Complementary color
Monochromatic Colors of #295BEE
Black with #295BEE
Text Example
Text Example
White with #295BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BEE; }
p { color: rgb(41,91,238); }
H1.HeaderClassName
{
color: #295BEE;
}
.AnyTagClassName
{
color: #295BEE;
}
</style>
background-color css
<style>
a { background-color: #295BEE; }
a { background-color: rgb(41,91,238); }
div.DivClassName
{
background-color: #295BEE;
}
.BgClassName
{
background-color: #295BEE;
}
</style>
border-color css
<style>
span { border-color: #295BEE; }
span { border-color: rgb(41,91,238); }
td.TdClassName
{
border-color: #295BEE;
}
.TagClassName
{
border-color: #295BEE;
}
</style>