Shades of Royal Blue #295EFB
Tints of Royal Blue #295EFB
RGB
CMYK
RGB Variations
Color information
#295EFB (or 0x295EFB) is known color: Royal Blue. HEX triplet: 29, 5E and FB. RGB value is (41,94,251). Sum of RGB (Red+Green+Blue) = 41+94+251=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #295EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295EFB is #D6A104. Grayscale: #5F5F5F. Windows color (decimal): -14065925 or 16473641. OLE color: 16473641.
HSL color Cylindrical-coordinate representation of color #295EFB: hue angle of 224.86º 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 #295EFB is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 94 | 251 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.02 |
| HSL | 224.86º | 0.96% | 0.57% | - |
| HSV(B) | 224.86º | 0.84% | 0.98% | - |
| XYZ | 22.33 | 15.44 | 93.07 | - |
| YUV | 96.05 | 215.44 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 94 | 251 | 0.84 | 0.63 | 0 | 0.02 | 224.86 | 0.96 | 0.57 |
| Hex | 29 | 5E | FB | 54 | 3F | 0 | 2 | E1 | 60 | 39 |
| Octal | 51 | 136 | 373 | 124 | 77 | 0 | 2 | 341 | 140 | 71 |
| Binary | 101001 | 1011110 | 11111011 | 1010100 | 111111 | 0 | 10 | 11100001 | 1100000 | 111001 |
Color Harmonies of #295EFB
Complementary color
Monochromatic Colors of #295EFB
Black with #295EFB
Text Example
Text Example
White with #295EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295EFB; }
p { color: rgb(41,94,251); }
H1.HeaderClassName
{
color: #295EFB;
}
.AnyTagClassName
{
color: #295EFB;
}
</style>
background-color css
<style>
a { background-color: #295EFB; }
a { background-color: rgb(41,94,251); }
div.DivClassName
{
background-color: #295EFB;
}
.BgClassName
{
background-color: #295EFB;
}
</style>
border-color css
<style>
span { border-color: #295EFB; }
span { border-color: rgb(41,94,251); }
td.TdClassName
{
border-color: #295EFB;
}
.TagClassName
{
border-color: #295EFB;
}
</style>