Shades of Royal Blue #296DDD
Tints of Royal Blue #296DDD
RGB
CMYK
RGB Variations
Color information
#296DDD (or 0x296DDD) is known color: Royal Blue. HEX triplet: 29, 6D and DD. RGB value is (41,109,221). Sum of RGB (Red+Green+Blue) = 41+109+221=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #296DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DDD is #D69222. Grayscale: #646464. Windows color (decimal): -14062115 or 14511401. OLE color: 14511401.
HSL color Cylindrical-coordinate representation of color #296DDD: hue angle of 217.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296DDD is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 109 | 221 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.13 |
| HSL | 217.33º | 0.73% | 0.51% | - |
| HSV(B) | 217.33º | 0.81% | 0.87% | - |
| XYZ | 19.43 | 16.63 | 70.59 | - |
| YUV | 101.44 | 195.47 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 221 | 0.81 | 0.51 | 0 | 0.13 | 217.33 | 0.73 | 0.51 |
| Hex | 29 | 6D | DD | 51 | 33 | 0 | D | D9 | 49 | 33 |
| Octal | 51 | 155 | 335 | 121 | 63 | 0 | 15 | 331 | 111 | 63 |
| Binary | 101001 | 1101101 | 11011101 | 1010001 | 110011 | 0 | 1101 | 11011001 | 1001001 | 110011 |
Color Harmonies of #296DDD
Complementary color
Monochromatic Colors of #296DDD
Black with #296DDD
Text Example
Text Example
White with #296DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DDD; }
p { color: rgb(41,109,221); }
H1.HeaderClassName
{
color: #296DDD;
}
.AnyTagClassName
{
color: #296DDD;
}
</style>
background-color css
<style>
a { background-color: #296DDD; }
a { background-color: rgb(41,109,221); }
div.DivClassName
{
background-color: #296DDD;
}
.BgClassName
{
background-color: #296DDD;
}
</style>
border-color css
<style>
span { border-color: #296DDD; }
span { border-color: rgb(41,109,221); }
td.TdClassName
{
border-color: #296DDD;
}
.TagClassName
{
border-color: #296DDD;
}
</style>