Shades of Royal Blue #296DF6
Tints of Royal Blue #296DF6
RGB
CMYK
RGB Variations
Color information
#296DF6 (or 0x296DF6) is known color: Royal Blue. HEX triplet: 29, 6D and F6. RGB value is (41,109,246). Sum of RGB (Red+Green+Blue) = 41+109+246=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 246 (96.48% from 255 or 62.12% from 396); Max value from RGB is 246 - color contains mainly: blue. Hex color #296DF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DF6 is #D69209. Grayscale: #676767. Windows color (decimal): -14062090 or 16149801. OLE color: 16149801.
HSL color Cylindrical-coordinate representation of color #296DF6: hue angle of 220.1º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296DF6 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 41 | 109 | 246 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.04 |
| HSL | 220.1º | 0.92% | 0.56% | - |
| HSV(B) | 220.1º | 0.83% | 0.96% | - |
| XYZ | 23.02 | 18.06 | 89.46 | - |
| YUV | 104.29 | 207.97 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 246 | 0.83 | 0.56 | 0 | 0.04 | 220.1 | 0.92 | 0.56 |
| Hex | 29 | 6D | F6 | 53 | 38 | 0 | 4 | DC | 5C | 38 |
| Octal | 51 | 155 | 366 | 123 | 70 | 0 | 4 | 334 | 134 | 70 |
| Binary | 101001 | 1101101 | 11110110 | 1010011 | 111000 | 0 | 100 | 11011100 | 1011100 | 111000 |
Color Harmonies of #296DF6
Complementary color
Monochromatic Colors of #296DF6
Black with #296DF6
Text Example
Text Example
White with #296DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DF6; }
p { color: rgb(41,109,246); }
H1.HeaderClassName
{
color: #296DF6;
}
.AnyTagClassName
{
color: #296DF6;
}
</style>
background-color css
<style>
a { background-color: #296DF6; }
a { background-color: rgb(41,109,246); }
div.DivClassName
{
background-color: #296DF6;
}
.BgClassName
{
background-color: #296DF6;
}
</style>
border-color css
<style>
span { border-color: #296DF6; }
span { border-color: rgb(41,109,246); }
td.TdClassName
{
border-color: #296DF6;
}
.TagClassName
{
border-color: #296DF6;
}
</style>