Shades of Royal Blue #295BFF
Tints of Royal Blue #295BFF
RGB
CMYK
RGB Variations
Color information
#295BFF (or 0x295BFF) is known color: Royal Blue. HEX triplet: 29, 5B and FF. RGB value is (41,91,255). Sum of RGB (Red+Green+Blue) = 41+91+255=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #295BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295BFF is #D6A400. Grayscale: #5E5E5E. Windows color (decimal): -14066689 or 16735017. OLE color: 16735017.
HSL color Cylindrical-coordinate representation of color #295BFF: hue angle of 225.98º 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 #295BFF is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 91 | 255 | - |
| CMYK | 0.84 | 0.64 | 0 | 0 |
| HSL | 225.98º | 1% | 0.58% | - |
| HSV(B) | 225.98º | 0.84% | 1% | - |
| XYZ | 22.71 | 15.17 | 96.34 | - |
| YUV | 94.75 | 218.44 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 255 | 0.84 | 0.64 | 0 | 0 | 225.98 | 1 | 0.58 |
| Hex | 29 | 5B | FF | 54 | 40 | 0 | 0 | E2 | 64 | 3A |
| Octal | 51 | 133 | 377 | 124 | 100 | 0 | 0 | 342 | 144 | 72 |
| Binary | 101001 | 1011011 | 11111111 | 1010100 | 1000000 | 0 | 0 | 11100010 | 1100100 | 111010 |
Color Harmonies of #295BFF
Complementary color
Monochromatic Colors of #295BFF
Black with #295BFF
Text Example
Text Example
White with #295BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295BFF; }
p { color: rgb(41,91,255); }
H1.HeaderClassName
{
color: #295BFF;
}
.AnyTagClassName
{
color: #295BFF;
}
</style>
background-color css
<style>
a { background-color: #295BFF; }
a { background-color: rgb(41,91,255); }
div.DivClassName
{
background-color: #295BFF;
}
.BgClassName
{
background-color: #295BFF;
}
</style>
border-color css
<style>
span { border-color: #295BFF; }
span { border-color: rgb(41,91,255); }
td.TdClassName
{
border-color: #295BFF;
}
.TagClassName
{
border-color: #295BFF;
}
</style>