Shades of Royal Blue #295FFF
Tints of Royal Blue #295FFF
RGB
CMYK
RGB Variations
Color information
#295FFF (or 0x295FFF) is known color: Royal Blue. HEX triplet: 29, 5F and FF. RGB value is (41,95,255). Sum of RGB (Red+Green+Blue) = 41+95+255=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #295FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FFF is #D6A000. Grayscale: #606060. Windows color (decimal): -14065665 or 16736041. OLE color: 16736041.
HSL color Cylindrical-coordinate representation of color #295FFF: hue angle of 224.86º 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 #295FFF is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 41 | 95 | 255 | - |
| CMYK | 0.84 | 0.63 | 0 | 0 |
| HSL | 224.86º | 1% | 0.58% | - |
| HSV(B) | 224.86º | 0.84% | 1% | - |
| XYZ | 23.06 | 15.88 | 96.46 | - |
| YUV | 97.09 | 217.11 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 255 | 0.84 | 0.63 | 0 | 0 | 224.86 | 1 | 0.58 |
| Hex | 29 | 5F | FF | 54 | 3F | 0 | 0 | E1 | 64 | 3A |
| Octal | 51 | 137 | 377 | 124 | 77 | 0 | 0 | 341 | 144 | 72 |
| Binary | 101001 | 1011111 | 11111111 | 1010100 | 111111 | 0 | 0 | 11100001 | 1100100 | 111010 |
Color Harmonies of #295FFF
Complementary color
Monochromatic Colors of #295FFF
Black with #295FFF
Text Example
Text Example
White with #295FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FFF; }
p { color: rgb(41,95,255); }
H1.HeaderClassName
{
color: #295FFF;
}
.AnyTagClassName
{
color: #295FFF;
}
</style>
background-color css
<style>
a { background-color: #295FFF; }
a { background-color: rgb(41,95,255); }
div.DivClassName
{
background-color: #295FFF;
}
.BgClassName
{
background-color: #295FFF;
}
</style>
border-color css
<style>
span { border-color: #295FFF; }
span { border-color: rgb(41,95,255); }
td.TdClassName
{
border-color: #295FFF;
}
.TagClassName
{
border-color: #295FFF;
}
</style>