Shades of Royal Blue #295DFB
Tints of Royal Blue #295DFB
RGB
CMYK
RGB Variations
Color information
#295DFB (or 0x295DFB) is known color: Royal Blue. HEX triplet: 29, 5D and FB. RGB value is (41,93,251). Sum of RGB (Red+Green+Blue) = 41+93+251=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #295DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295DFB is #D6A204. Grayscale: #5E5E5E. Windows color (decimal): -14066181 or 16473385. OLE color: 16473385.
HSL color Cylindrical-coordinate representation of color #295DFB: hue angle of 225.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #295DFB is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 93 | 251 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.02 |
| HSL | 225.14º | 0.96% | 0.57% | - |
| HSV(B) | 225.14º | 0.84% | 0.98% | - |
| XYZ | 22.24 | 15.27 | 93.04 | - |
| YUV | 95.46 | 215.77 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 251 | 0.84 | 0.63 | 0 | 0.02 | 225.14 | 0.96 | 0.57 |
| Hex | 29 | 5D | FB | 54 | 3F | 0 | 2 | E1 | 60 | 39 |
| Octal | 51 | 135 | 373 | 124 | 77 | 0 | 2 | 341 | 140 | 71 |
| Binary | 101001 | 1011101 | 11111011 | 1010100 | 111111 | 0 | 10 | 11100001 | 1100000 | 111001 |
Color Harmonies of #295DFB
Complementary color
Monochromatic Colors of #295DFB
Black with #295DFB
Text Example
Text Example
White with #295DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295DFB; }
p { color: rgb(41,93,251); }
H1.HeaderClassName
{
color: #295DFB;
}
.AnyTagClassName
{
color: #295DFB;
}
</style>
background-color css
<style>
a { background-color: #295DFB; }
a { background-color: rgb(41,93,251); }
div.DivClassName
{
background-color: #295DFB;
}
.BgClassName
{
background-color: #295DFB;
}
</style>
border-color css
<style>
span { border-color: #295DFB; }
span { border-color: rgb(41,93,251); }
td.TdClassName
{
border-color: #295DFB;
}
.TagClassName
{
border-color: #295DFB;
}
</style>