Shades of Royal Blue #295AFB
Tints of Royal Blue #295AFB
RGB
CMYK
RGB Variations
Color information
#295AFB (or 0x295AFB) is known color: Royal Blue. HEX triplet: 29, 5A and FB. RGB value is (41,90,251). Sum of RGB (Red+Green+Blue) = 41+90+251=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #295AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AFB is #D6A504. Grayscale: #5D5D5D. Windows color (decimal): -14066949 or 16472617. OLE color: 16472617.
HSL color Cylindrical-coordinate representation of color #295AFB: hue angle of 226º 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 #295AFB is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 90 | 251 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.02 |
| HSL | 226º | 0.96% | 0.57% | - |
| HSV(B) | 226º | 0.84% | 0.98% | - |
| XYZ | 21.98 | 14.75 | 92.95 | - |
| YUV | 93.7 | 216.77 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 251 | 0.84 | 0.64 | 0 | 0.02 | 226 | 0.96 | 0.57 |
| Hex | 29 | 5A | FB | 54 | 40 | 0 | 2 | E2 | 60 | 39 |
| Octal | 51 | 132 | 373 | 124 | 100 | 0 | 2 | 342 | 140 | 71 |
| Binary | 101001 | 1011010 | 11111011 | 1010100 | 1000000 | 0 | 10 | 11100010 | 1100000 | 111001 |
Color Harmonies of #295AFB
Complementary color
Monochromatic Colors of #295AFB
Black with #295AFB
Text Example
Text Example
White with #295AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AFB; }
p { color: rgb(41,90,251); }
H1.HeaderClassName
{
color: #295AFB;
}
.AnyTagClassName
{
color: #295AFB;
}
</style>
background-color css
<style>
a { background-color: #295AFB; }
a { background-color: rgb(41,90,251); }
div.DivClassName
{
background-color: #295AFB;
}
.BgClassName
{
background-color: #295AFB;
}
</style>
border-color css
<style>
span { border-color: #295AFB; }
span { border-color: rgb(41,90,251); }
td.TdClassName
{
border-color: #295AFB;
}
.TagClassName
{
border-color: #295AFB;
}
</style>