Shades of Royal Blue #295FF7
Tints of Royal Blue #295FF7
RGB
CMYK
RGB Variations
Color information
#295FF7 (or 0x295FF7) is known color: Royal Blue. HEX triplet: 29, 5F and F7. RGB value is (41,95,247). Sum of RGB (Red+Green+Blue) = 41+95+247=383 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.70% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 247 (96.88% from 255 or 64.49% from 383); Max value from RGB is 247 - color contains mainly: blue. Hex color #295FF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FF7 is #D6A008. Grayscale: #5F5F5F. Windows color (decimal): -14065673 or 16211753. OLE color: 16211753.
HSL color Cylindrical-coordinate representation of color #295FF7: hue angle of 224.27º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295FF7 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 95 | 247 | - |
| CMYK | 0.83 | 0.62 | 0 | 0.03 |
| HSL | 224.27º | 0.93% | 0.56% | - |
| HSV(B) | 224.27º | 0.83% | 0.97% | - |
| XYZ | 21.8 | 15.37 | 89.81 | - |
| YUV | 96.18 | 213.11 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 247 | 0.83 | 0.62 | 0 | 0.03 | 224.27 | 0.93 | 0.56 |
| Hex | 29 | 5F | F7 | 53 | 3E | 0 | 3 | E0 | 5D | 38 |
| Octal | 51 | 137 | 367 | 123 | 76 | 0 | 3 | 340 | 135 | 70 |
| Binary | 101001 | 1011111 | 11110111 | 1010011 | 111110 | 0 | 11 | 11100000 | 1011101 | 111000 |
Color Harmonies of #295FF7
Complementary color
Monochromatic Colors of #295FF7
Black with #295FF7
Text Example
Text Example
White with #295FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FF7; }
p { color: rgb(41,95,247); }
H1.HeaderClassName
{
color: #295FF7;
}
.AnyTagClassName
{
color: #295FF7;
}
</style>
background-color css
<style>
a { background-color: #295FF7; }
a { background-color: rgb(41,95,247); }
div.DivClassName
{
background-color: #295FF7;
}
.BgClassName
{
background-color: #295FF7;
}
</style>
border-color css
<style>
span { border-color: #295FF7; }
span { border-color: rgb(41,95,247); }
td.TdClassName
{
border-color: #295FF7;
}
.TagClassName
{
border-color: #295FF7;
}
</style>