Shades of Royal Blue #295FED
Tints of Royal Blue #295FED
RGB
CMYK
RGB Variations
Color information
#295FED (or 0x295FED) is known color: Royal Blue. HEX triplet: 29, 5F and ED. RGB value is (41,95,237). Sum of RGB (Red+Green+Blue) = 41+95+237=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #295FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FED is #D6A012. Grayscale: #5E5E5E. Windows color (decimal): -14065683 or 15556393. OLE color: 15556393.
HSL color Cylindrical-coordinate representation of color #295FED: hue angle of 223.47º degrees, saturation: 0.84, 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 #295FED is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 95 | 237 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.07 |
| HSL | 223.47º | 0.84% | 0.55% | - |
| HSV(B) | 223.47º | 0.83% | 0.93% | - |
| XYZ | 20.29 | 14.77 | 81.9 | - |
| YUV | 95.04 | 208.11 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 237 | 0.83 | 0.60 | 0 | 0.07 | 223.47 | 0.84 | 0.55 |
| Hex | 29 | 5F | ED | 53 | 3C | 0 | 7 | DF | 54 | 37 |
| Octal | 51 | 137 | 355 | 123 | 74 | 0 | 7 | 337 | 124 | 67 |
| Binary | 101001 | 1011111 | 11101101 | 1010011 | 111100 | 0 | 111 | 11011111 | 1010100 | 110111 |
Color Harmonies of #295FED
Complementary color
Monochromatic Colors of #295FED
Black with #295FED
Text Example
Text Example
White with #295FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FED; }
p { color: rgb(41,95,237); }
H1.HeaderClassName
{
color: #295FED;
}
.AnyTagClassName
{
color: #295FED;
}
</style>
background-color css
<style>
a { background-color: #295FED; }
a { background-color: rgb(41,95,237); }
div.DivClassName
{
background-color: #295FED;
}
.BgClassName
{
background-color: #295FED;
}
</style>
border-color css
<style>
span { border-color: #295FED; }
span { border-color: rgb(41,95,237); }
td.TdClassName
{
border-color: #295FED;
}
.TagClassName
{
border-color: #295FED;
}
</style>