Shades of Royal Blue #295AF7
Tints of Royal Blue #295AF7
RGB
CMYK
RGB Variations
Color information
#295AF7 (or 0x295AF7) is known color: Royal Blue. HEX triplet: 29, 5A and F7. RGB value is (41,90,247). Sum of RGB (Red+Green+Blue) = 41+90+247=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 247 (96.88% from 255 or 65.34% from 378); Max value from RGB is 247 - color contains mainly: blue. Hex color #295AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AF7 is #D6A508. Grayscale: #5C5C5C. Windows color (decimal): -14066953 or 16210473. OLE color: 16210473.
HSL color Cylindrical-coordinate representation of color #295AF7: hue angle of 225.73º 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 #295AF7 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 90 | 247 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.03 |
| HSL | 225.73º | 0.93% | 0.56% | - |
| HSV(B) | 225.73º | 0.83% | 0.97% | - |
| XYZ | 21.36 | 14.5 | 89.67 | - |
| YUV | 93.25 | 214.77 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 247 | 0.83 | 0.64 | 0 | 0.03 | 225.73 | 0.93 | 0.56 |
| Hex | 29 | 5A | F7 | 53 | 40 | 0 | 3 | E2 | 5D | 38 |
| Octal | 51 | 132 | 367 | 123 | 100 | 0 | 3 | 342 | 135 | 70 |
| Binary | 101001 | 1011010 | 11110111 | 1010011 | 1000000 | 0 | 11 | 11100010 | 1011101 | 111000 |
Color Harmonies of #295AF7
Complementary color
Monochromatic Colors of #295AF7
Black with #295AF7
Text Example
Text Example
White with #295AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AF7; }
p { color: rgb(41,90,247); }
H1.HeaderClassName
{
color: #295AF7;
}
.AnyTagClassName
{
color: #295AF7;
}
</style>
background-color css
<style>
a { background-color: #295AF7; }
a { background-color: rgb(41,90,247); }
div.DivClassName
{
background-color: #295AF7;
}
.BgClassName
{
background-color: #295AF7;
}
</style>
border-color css
<style>
span { border-color: #295AF7; }
span { border-color: rgb(41,90,247); }
td.TdClassName
{
border-color: #295AF7;
}
.TagClassName
{
border-color: #295AF7;
}
</style>