Shades of Royal Blue #295DFF
Tints of Royal Blue #295DFF
RGB
CMYK
RGB Variations
Color information
#295DFF (or 0x295DFF) is known color: Royal Blue. HEX triplet: 29, 5D and FF. RGB value is (41,93,255). Sum of RGB (Red+Green+Blue) = 41+93+255=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 93 (36.72% from 255 or 23.91% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #295DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DFF is #D6A200. Grayscale: #5F5F5F. Windows color (decimal): -14066177 or 16735529. OLE color: 16735529.
HSL color Cylindrical-coordinate representation of color #295DFF: hue angle of 225.42º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295DFF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 93 | 255 | - |
| CMYK | 0.84 | 0.64 | 0 | 0 |
| HSL | 225.42º | 1% | 0.58% | - |
| HSV(B) | 225.42º | 0.84% | 1% | - |
| XYZ | 22.88 | 15.52 | 96.4 | - |
| YUV | 95.92 | 217.77 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 255 | 0.84 | 0.64 | 0 | 0 | 225.42 | 1 | 0.58 |
| Hex | 29 | 5D | FF | 54 | 40 | 0 | 0 | E1 | 64 | 3A |
| Octal | 51 | 135 | 377 | 124 | 100 | 0 | 0 | 341 | 144 | 72 |
| Binary | 101001 | 1011101 | 11111111 | 1010100 | 1000000 | 0 | 0 | 11100001 | 1100100 | 111010 |
Color Harmonies of #295DFF
Complementary color
Monochromatic Colors of #295DFF
Black with #295DFF
Text Example
Text Example
White with #295DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DFF; }
p { color: rgb(41,93,255); }
H1.HeaderClassName
{
color: #295DFF;
}
.AnyTagClassName
{
color: #295DFF;
}
</style>
background-color css
<style>
a { background-color: #295DFF; }
a { background-color: rgb(41,93,255); }
div.DivClassName
{
background-color: #295DFF;
}
.BgClassName
{
background-color: #295DFF;
}
</style>
border-color css
<style>
span { border-color: #295DFF; }
span { border-color: rgb(41,93,255); }
td.TdClassName
{
border-color: #295DFF;
}
.TagClassName
{
border-color: #295DFF;
}
</style>