Shades of Royal Blue #296DF1
Tints of Royal Blue #296DF1
RGB
CMYK
RGB Variations
Color information
#296DF1 (or 0x296DF1) is known color: Royal Blue. HEX triplet: 29, 6D and F1. RGB value is (41,109,241). Sum of RGB (Red+Green+Blue) = 41+109+241=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #296DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DF1 is #D6920E. Grayscale: #676767. Windows color (decimal): -14062095 or 15822121. OLE color: 15822121.
HSL color Cylindrical-coordinate representation of color #296DF1: hue angle of 219.6º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296DF1 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 109 | 241 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.05 |
| HSL | 219.6º | 0.88% | 0.55% | - |
| HSV(B) | 219.6º | 0.83% | 0.95% | - |
| XYZ | 22.26 | 17.76 | 85.47 | - |
| YUV | 103.72 | 205.47 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 241 | 0.83 | 0.55 | 0 | 0.05 | 219.6 | 0.88 | 0.55 |
| Hex | 29 | 6D | F1 | 53 | 37 | 0 | 5 | DC | 58 | 37 |
| Octal | 51 | 155 | 361 | 123 | 67 | 0 | 5 | 334 | 130 | 67 |
| Binary | 101001 | 1101101 | 11110001 | 1010011 | 110111 | 0 | 101 | 11011100 | 1011000 | 110111 |
Color Harmonies of #296DF1
Complementary color
Monochromatic Colors of #296DF1
Black with #296DF1
Text Example
Text Example
White with #296DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DF1; }
p { color: rgb(41,109,241); }
H1.HeaderClassName
{
color: #296DF1;
}
.AnyTagClassName
{
color: #296DF1;
}
</style>
background-color css
<style>
a { background-color: #296DF1; }
a { background-color: rgb(41,109,241); }
div.DivClassName
{
background-color: #296DF1;
}
.BgClassName
{
background-color: #296DF1;
}
</style>
border-color css
<style>
span { border-color: #296DF1; }
span { border-color: rgb(41,109,241); }
td.TdClassName
{
border-color: #296DF1;
}
.TagClassName
{
border-color: #296DF1;
}
</style>