Shades of Royal Blue #296ED8
Tints of Royal Blue #296ED8
RGB
CMYK
RGB Variations
Color information
#296ED8 (or 0x296ED8) is known color: Royal Blue. HEX triplet: 29, 6E and D8. RGB value is (41,110,216). Sum of RGB (Red+Green+Blue) = 41+110+216=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 216 (84.77% from 255 or 58.86% from 367); Max value from RGB is 216 - color contains mainly: blue. Hex color #296ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ED8 is #D69127. Grayscale: #646464. Windows color (decimal): -14061864 or 14183977. OLE color: 14183977.
HSL color Cylindrical-coordinate representation of color #296ED8: hue angle of 216.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296ED8 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 110 | 216 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.15 |
| HSL | 216.34º | 0.69% | 0.5% | - |
| HSV(B) | 216.34º | 0.81% | 0.85% | - |
| XYZ | 18.89 | 16.58 | 67.17 | - |
| YUV | 101.45 | 192.64 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 216 | 0.81 | 0.49 | 0 | 0.15 | 216.34 | 0.69 | 0.5 |
| Hex | 29 | 6E | D8 | 51 | 31 | 0 | F | D8 | 45 | 32 |
| Octal | 51 | 156 | 330 | 121 | 61 | 0 | 17 | 330 | 105 | 62 |
| Binary | 101001 | 1101110 | 11011000 | 1010001 | 110001 | 0 | 1111 | 11011000 | 1000101 | 110010 |
Color Harmonies of #296ED8
Complementary color
Monochromatic Colors of #296ED8
Black with #296ED8
Text Example
Text Example
White with #296ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296ED8; }
p { color: rgb(41,110,216); }
H1.HeaderClassName
{
color: #296ED8;
}
.AnyTagClassName
{
color: #296ED8;
}
</style>
background-color css
<style>
a { background-color: #296ED8; }
a { background-color: rgb(41,110,216); }
div.DivClassName
{
background-color: #296ED8;
}
.BgClassName
{
background-color: #296ED8;
}
</style>
border-color css
<style>
span { border-color: #296ED8; }
span { border-color: rgb(41,110,216); }
td.TdClassName
{
border-color: #296ED8;
}
.TagClassName
{
border-color: #296ED8;
}
</style>