Shades of Royal Blue #295FFB
Tints of Royal Blue #295FFB
RGB
CMYK
RGB Variations
Color information
#295FFB (or 0x295FFB) is known color: Royal Blue. HEX triplet: 29, 5F and FB. RGB value is (41,95,251). Sum of RGB (Red+Green+Blue) = 41+95+251=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 251 (98.44% from 255 or 64.86% from 387); Max value from RGB is 251 - color contains mainly: blue. Hex color #295FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295FFB is #D6A004. Grayscale: #5F5F5F. Windows color (decimal): -14065669 or 16473897. OLE color: 16473897.
HSL color Cylindrical-coordinate representation of color #295FFB: hue angle of 224.57º 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 #295FFB is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 95 | 251 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.02 |
| HSL | 224.57º | 0.96% | 0.57% | - |
| HSV(B) | 224.57º | 0.84% | 0.98% | - |
| XYZ | 22.42 | 15.62 | 93.1 | - |
| YUV | 96.64 | 215.11 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 95 | 251 | 0.84 | 0.62 | 0 | 0.02 | 224.57 | 0.96 | 0.57 |
| Hex | 29 | 5F | FB | 54 | 3E | 0 | 2 | E1 | 60 | 39 |
| Octal | 51 | 137 | 373 | 124 | 76 | 0 | 2 | 341 | 140 | 71 |
| Binary | 101001 | 1011111 | 11111011 | 1010100 | 111110 | 0 | 10 | 11100001 | 1100000 | 111001 |
Color Harmonies of #295FFB
Complementary color
Monochromatic Colors of #295FFB
Black with #295FFB
Text Example
Text Example
White with #295FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295FFB; }
p { color: rgb(41,95,251); }
H1.HeaderClassName
{
color: #295FFB;
}
.AnyTagClassName
{
color: #295FFB;
}
</style>
background-color css
<style>
a { background-color: #295FFB; }
a { background-color: rgb(41,95,251); }
div.DivClassName
{
background-color: #295FFB;
}
.BgClassName
{
background-color: #295FFB;
}
</style>
border-color css
<style>
span { border-color: #295FFB; }
span { border-color: rgb(41,95,251); }
td.TdClassName
{
border-color: #295FFB;
}
.TagClassName
{
border-color: #295FFB;
}
</style>