Shades of Royal Blue #295BED
Tints of Royal Blue #295BED
RGB
CMYK
RGB Variations
Color information
#295BED (or 0x295BED) is known color: Royal Blue. HEX triplet: 29, 5B and ED. RGB value is (41,91,237). Sum of RGB (Red+Green+Blue) = 41+91+237=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #295BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BED is #D6A412. Grayscale: #5C5C5C. Windows color (decimal): -14066707 or 15555369. OLE color: 15555369.
HSL color Cylindrical-coordinate representation of color #295BED: hue angle of 224.69º 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 #295BED is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 91 | 237 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.07 |
| HSL | 224.69º | 0.84% | 0.55% | - |
| HSV(B) | 224.69º | 0.83% | 0.93% | - |
| XYZ | 19.94 | 14.07 | 81.79 | - |
| YUV | 92.69 | 209.44 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 237 | 0.83 | 0.62 | 0 | 0.07 | 224.69 | 0.84 | 0.55 |
| Hex | 29 | 5B | ED | 53 | 3E | 0 | 7 | E1 | 54 | 37 |
| Octal | 51 | 133 | 355 | 123 | 76 | 0 | 7 | 341 | 124 | 67 |
| Binary | 101001 | 1011011 | 11101101 | 1010011 | 111110 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #295BED
Complementary color
Monochromatic Colors of #295BED
Black with #295BED
Text Example
Text Example
White with #295BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BED; }
p { color: rgb(41,91,237); }
H1.HeaderClassName
{
color: #295BED;
}
.AnyTagClassName
{
color: #295BED;
}
</style>
background-color css
<style>
a { background-color: #295BED; }
a { background-color: rgb(41,91,237); }
div.DivClassName
{
background-color: #295BED;
}
.BgClassName
{
background-color: #295BED;
}
</style>
border-color css
<style>
span { border-color: #295BED; }
span { border-color: rgb(41,91,237); }
td.TdClassName
{
border-color: #295BED;
}
.TagClassName
{
border-color: #295BED;
}
</style>