Shades of Royal Blue #295AED
Tints of Royal Blue #295AED
RGB
CMYK
RGB Variations
Color information
#295AED (or 0x295AED) is known color: Royal Blue. HEX triplet: 29, 5A and ED. RGB value is (41,90,237). Sum of RGB (Red+Green+Blue) = 41+90+237=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #295AED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AED is #D6A512. Grayscale: #5B5B5B. Windows color (decimal): -14066963 or 15555113. OLE color: 15555113.
HSL color Cylindrical-coordinate representation of color #295AED: hue angle of 225º 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 #295AED is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 90 | 237 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.07 |
| HSL | 225º | 0.84% | 0.55% | - |
| HSV(B) | 225º | 0.83% | 0.93% | - |
| XYZ | 19.86 | 13.9 | 81.76 | - |
| YUV | 92.11 | 209.77 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 237 | 0.83 | 0.62 | 0 | 0.07 | 225 | 0.84 | 0.55 |
| Hex | 29 | 5A | ED | 53 | 3E | 0 | 7 | E1 | 54 | 37 |
| Octal | 51 | 132 | 355 | 123 | 76 | 0 | 7 | 341 | 124 | 67 |
| Binary | 101001 | 1011010 | 11101101 | 1010011 | 111110 | 0 | 111 | 11100001 | 1010100 | 110111 |
Color Harmonies of #295AED
Complementary color
Monochromatic Colors of #295AED
Black with #295AED
Text Example
Text Example
White with #295AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AED; }
p { color: rgb(41,90,237); }
H1.HeaderClassName
{
color: #295AED;
}
.AnyTagClassName
{
color: #295AED;
}
</style>
background-color css
<style>
a { background-color: #295AED; }
a { background-color: rgb(41,90,237); }
div.DivClassName
{
background-color: #295AED;
}
.BgClassName
{
background-color: #295AED;
}
</style>
border-color css
<style>
span { border-color: #295AED; }
span { border-color: rgb(41,90,237); }
td.TdClassName
{
border-color: #295AED;
}
.TagClassName
{
border-color: #295AED;
}
</style>