Shades of Royal Blue #295FEB
Tints of Royal Blue #295FEB
RGB
CMYK
RGB Variations
Color information
#295FEB (or 0x295FEB) is known color: Royal Blue. HEX triplet: 29, 5F and EB. RGB value is (41,95,235). Sum of RGB (Red+Green+Blue) = 41+95+235=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #295FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FEB is #D6A014. Grayscale: #5E5E5E. Windows color (decimal): -14065685 or 15425321. OLE color: 15425321.
HSL color Cylindrical-coordinate representation of color #295FEB: hue angle of 223.3º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295FEB is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 95 | 235 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.08 |
| HSL | 223.3º | 0.83% | 0.54% | - |
| HSV(B) | 223.3º | 0.83% | 0.92% | - |
| XYZ | 20 | 14.65 | 80.37 | - |
| YUV | 94.81 | 207.11 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 235 | 0.83 | 0.60 | 0 | 0.08 | 223.3 | 0.83 | 0.54 |
| Hex | 29 | 5F | EB | 53 | 3C | 0 | 8 | DF | 53 | 36 |
| Octal | 51 | 137 | 353 | 123 | 74 | 0 | 10 | 337 | 123 | 66 |
| Binary | 101001 | 1011111 | 11101011 | 1010011 | 111100 | 0 | 1000 | 11011111 | 1010011 | 110110 |
Color Harmonies of #295FEB
Complementary color
Monochromatic Colors of #295FEB
Black with #295FEB
Text Example
Text Example
White with #295FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FEB; }
p { color: rgb(41,95,235); }
H1.HeaderClassName
{
color: #295FEB;
}
.AnyTagClassName
{
color: #295FEB;
}
</style>
background-color css
<style>
a { background-color: #295FEB; }
a { background-color: rgb(41,95,235); }
div.DivClassName
{
background-color: #295FEB;
}
.BgClassName
{
background-color: #295FEB;
}
</style>
border-color css
<style>
span { border-color: #295FEB; }
span { border-color: rgb(41,95,235); }
td.TdClassName
{
border-color: #295FEB;
}
.TagClassName
{
border-color: #295FEB;
}
</style>