Shades of Royal Blue #296DFB
Tints of Royal Blue #296DFB
RGB
CMYK
RGB Variations
Color information
#296DFB (or 0x296DFB) is known color: Royal Blue. HEX triplet: 29, 6D and FB. RGB value is (41,109,251). Sum of RGB (Red+Green+Blue) = 41+109+251=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #296DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DFB is #D69204. Grayscale: #686868. Windows color (decimal): -14062085 or 16477481. OLE color: 16477481.
HSL color Cylindrical-coordinate representation of color #296DFB: hue angle of 220.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 #296DFB is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 109 | 251 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.02 |
| HSL | 220.57º | 0.96% | 0.57% | - |
| HSV(B) | 220.57º | 0.84% | 0.98% | - |
| XYZ | 23.8 | 18.37 | 93.56 | - |
| YUV | 104.86 | 210.47 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 251 | 0.84 | 0.57 | 0 | 0.02 | 220.57 | 0.96 | 0.57 |
| Hex | 29 | 6D | FB | 54 | 39 | 0 | 2 | DD | 60 | 39 |
| Octal | 51 | 155 | 373 | 124 | 71 | 0 | 2 | 335 | 140 | 71 |
| Binary | 101001 | 1101101 | 11111011 | 1010100 | 111001 | 0 | 10 | 11011101 | 1100000 | 111001 |
Color Harmonies of #296DFB
Complementary color
Monochromatic Colors of #296DFB
Black with #296DFB
Text Example
Text Example
White with #296DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DFB; }
p { color: rgb(41,109,251); }
H1.HeaderClassName
{
color: #296DFB;
}
.AnyTagClassName
{
color: #296DFB;
}
</style>
background-color css
<style>
a { background-color: #296DFB; }
a { background-color: rgb(41,109,251); }
div.DivClassName
{
background-color: #296DFB;
}
.BgClassName
{
background-color: #296DFB;
}
</style>
border-color css
<style>
span { border-color: #296DFB; }
span { border-color: rgb(41,109,251); }
td.TdClassName
{
border-color: #296DFB;
}
.TagClassName
{
border-color: #296DFB;
}
</style>