Shades of Royal Blue #295DED
Tints of Royal Blue #295DED
RGB
CMYK
RGB Variations
Color information
#295DED (or 0x295DED) is known color: Royal Blue. HEX triplet: 29, 5D and ED. RGB value is (41,93,237). Sum of RGB (Red+Green+Blue) = 41+93+237=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #295DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DED is #D6A212. Grayscale: #5D5D5D. Windows color (decimal): -14066195 or 15555881. OLE color: 15555881.
HSL color Cylindrical-coordinate representation of color #295DED: hue angle of 224.08º 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 #295DED is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 93 | 237 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.07 |
| HSL | 224.08º | 0.84% | 0.55% | - |
| HSV(B) | 224.08º | 0.83% | 0.93% | - |
| XYZ | 20.11 | 14.41 | 81.84 | - |
| YUV | 93.87 | 208.77 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 237 | 0.83 | 0.61 | 0 | 0.07 | 224.08 | 0.84 | 0.55 |
| Hex | 29 | 5D | ED | 53 | 3D | 0 | 7 | E0 | 54 | 37 |
| Octal | 51 | 135 | 355 | 123 | 75 | 0 | 7 | 340 | 124 | 67 |
| Binary | 101001 | 1011101 | 11101101 | 1010011 | 111101 | 0 | 111 | 11100000 | 1010100 | 110111 |
Color Harmonies of #295DED
Complementary color
Monochromatic Colors of #295DED
Black with #295DED
Text Example
Text Example
White with #295DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DED; }
p { color: rgb(41,93,237); }
H1.HeaderClassName
{
color: #295DED;
}
.AnyTagClassName
{
color: #295DED;
}
</style>
background-color css
<style>
a { background-color: #295DED; }
a { background-color: rgb(41,93,237); }
div.DivClassName
{
background-color: #295DED;
}
.BgClassName
{
background-color: #295DED;
}
</style>
border-color css
<style>
span { border-color: #295DED; }
span { border-color: rgb(41,93,237); }
td.TdClassName
{
border-color: #295DED;
}
.TagClassName
{
border-color: #295DED;
}
</style>