Shades of Royal Blue #296DDE
Tints of Royal Blue #296DDE
RGB
CMYK
RGB Variations
Color information
#296DDE (or 0x296DDE) is known color: Royal Blue. HEX triplet: 29, 6D and DE. RGB value is (41,109,222). Sum of RGB (Red+Green+Blue) = 41+109+222=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #296DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DDE is #D69221. Grayscale: #656565. Windows color (decimal): -14062114 or 14576937. OLE color: 14576937.
HSL color Cylindrical-coordinate representation of color #296DDE: hue angle of 217.46º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296DDE is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 109 | 222 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.13 |
| HSL | 217.46º | 0.73% | 0.52% | - |
| HSV(B) | 217.46º | 0.82% | 0.87% | - |
| XYZ | 19.57 | 16.68 | 71.3 | - |
| YUV | 101.55 | 195.97 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 222 | 0.82 | 0.51 | 0 | 0.13 | 217.46 | 0.73 | 0.52 |
| Hex | 29 | 6D | DE | 52 | 33 | 0 | D | D9 | 49 | 34 |
| Octal | 51 | 155 | 336 | 122 | 63 | 0 | 15 | 331 | 111 | 64 |
| Binary | 101001 | 1101101 | 11011110 | 1010010 | 110011 | 0 | 1101 | 11011001 | 1001001 | 110100 |
Color Harmonies of #296DDE
Complementary color
Monochromatic Colors of #296DDE
Black with #296DDE
Text Example
Text Example
White with #296DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DDE; }
p { color: rgb(41,109,222); }
H1.HeaderClassName
{
color: #296DDE;
}
.AnyTagClassName
{
color: #296DDE;
}
</style>
background-color css
<style>
a { background-color: #296DDE; }
a { background-color: rgb(41,109,222); }
div.DivClassName
{
background-color: #296DDE;
}
.BgClassName
{
background-color: #296DDE;
}
</style>
border-color css
<style>
span { border-color: #296DDE; }
span { border-color: rgb(41,109,222); }
td.TdClassName
{
border-color: #296DDE;
}
.TagClassName
{
border-color: #296DDE;
}
</style>