Shades of Royal Blue #296EDE
Tints of Royal Blue #296EDE
RGB
CMYK
RGB Variations
Color information
#296EDE (or 0x296EDE) is known color: Royal Blue. HEX triplet: 29, 6E and DE. RGB value is (41,110,222). Sum of RGB (Red+Green+Blue) = 41+110+222=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #296EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EDE is #D69121. Grayscale: #656565. Windows color (decimal): -14061858 or 14577193. OLE color: 14577193.
HSL color Cylindrical-coordinate representation of color #296EDE: hue angle of 217.13º 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 #296EDE is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 110 | 222 | - |
| CMYK | 0.82 | 0.50 | 0 | 0.13 |
| HSL | 217.13º | 0.73% | 0.52% | - |
| HSV(B) | 217.13º | 0.82% | 0.87% | - |
| XYZ | 19.68 | 16.9 | 71.33 | - |
| YUV | 102.14 | 195.64 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 222 | 0.82 | 0.50 | 0 | 0.13 | 217.13 | 0.73 | 0.52 |
| Hex | 29 | 6E | DE | 52 | 32 | 0 | D | D9 | 49 | 34 |
| Octal | 51 | 156 | 336 | 122 | 62 | 0 | 15 | 331 | 111 | 64 |
| Binary | 101001 | 1101110 | 11011110 | 1010010 | 110010 | 0 | 1101 | 11011001 | 1001001 | 110100 |
Color Harmonies of #296EDE
Complementary color
Monochromatic Colors of #296EDE
Black with #296EDE
Text Example
Text Example
White with #296EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296EDE; }
p { color: rgb(41,110,222); }
H1.HeaderClassName
{
color: #296EDE;
}
.AnyTagClassName
{
color: #296EDE;
}
</style>
background-color css
<style>
a { background-color: #296EDE; }
a { background-color: rgb(41,110,222); }
div.DivClassName
{
background-color: #296EDE;
}
.BgClassName
{
background-color: #296EDE;
}
</style>
border-color css
<style>
span { border-color: #296EDE; }
span { border-color: rgb(41,110,222); }
td.TdClassName
{
border-color: #296EDE;
}
.TagClassName
{
border-color: #296EDE;
}
</style>