Shades of Royal Blue #296FEB
Tints of Royal Blue #296FEB
RGB
CMYK
RGB Variations
Color information
#296FEB (or 0x296FEB) is known color: Royal Blue. HEX triplet: 29, 6F and EB. RGB value is (41,111,235). Sum of RGB (Red+Green+Blue) = 41+111+235=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #296FEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FEB is #D69014. Grayscale: #676767. Windows color (decimal): -14061589 or 15429417. OLE color: 15429417.
HSL color Cylindrical-coordinate representation of color #296FEB: hue angle of 218.35º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296FEB is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 111 | 235 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.08 |
| HSL | 218.35º | 0.83% | 0.54% | - |
| HSV(B) | 218.35º | 0.83% | 0.92% | - |
| XYZ | 21.59 | 17.84 | 80.9 | - |
| YUV | 104.21 | 201.81 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 235 | 0.83 | 0.53 | 0 | 0.08 | 218.35 | 0.83 | 0.54 |
| Hex | 29 | 6F | EB | 53 | 35 | 0 | 8 | DA | 53 | 36 |
| Octal | 51 | 157 | 353 | 123 | 65 | 0 | 10 | 332 | 123 | 66 |
| Binary | 101001 | 1101111 | 11101011 | 1010011 | 110101 | 0 | 1000 | 11011010 | 1010011 | 110110 |
Color Harmonies of #296FEB
Complementary color
Monochromatic Colors of #296FEB
Black with #296FEB
Text Example
Text Example
White with #296FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FEB; }
p { color: rgb(41,111,235); }
H1.HeaderClassName
{
color: #296FEB;
}
.AnyTagClassName
{
color: #296FEB;
}
</style>
background-color css
<style>
a { background-color: #296FEB; }
a { background-color: rgb(41,111,235); }
div.DivClassName
{
background-color: #296FEB;
}
.BgClassName
{
background-color: #296FEB;
}
</style>
border-color css
<style>
span { border-color: #296FEB; }
span { border-color: rgb(41,111,235); }
td.TdClassName
{
border-color: #296FEB;
}
.TagClassName
{
border-color: #296FEB;
}
</style>