Shades of Royal Blue #296FEC
Tints of Royal Blue #296FEC
RGB
CMYK
RGB Variations
Color information
#296FEC (or 0x296FEC) is known color: Royal Blue. HEX triplet: 29, 6F and EC. RGB value is (41,111,236). Sum of RGB (Red+Green+Blue) = 41+111+236=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #296FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FEC is #D69013. Grayscale: #676767. Windows color (decimal): -14061588 or 15494953. OLE color: 15494953.
HSL color Cylindrical-coordinate representation of color #296FEC: hue angle of 218.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296FEC is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 111 | 236 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.07 |
| HSL | 218.46º | 0.84% | 0.54% | - |
| HSV(B) | 218.46º | 0.83% | 0.93% | - |
| XYZ | 21.74 | 17.9 | 81.67 | - |
| YUV | 104.32 | 202.31 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 236 | 0.83 | 0.53 | 0 | 0.07 | 218.46 | 0.84 | 0.54 |
| Hex | 29 | 6F | EC | 53 | 35 | 0 | 7 | DA | 54 | 36 |
| Octal | 51 | 157 | 354 | 123 | 65 | 0 | 7 | 332 | 124 | 66 |
| Binary | 101001 | 1101111 | 11101100 | 1010011 | 110101 | 0 | 111 | 11011010 | 1010100 | 110110 |
Color Harmonies of #296FEC
Complementary color
Monochromatic Colors of #296FEC
Black with #296FEC
Text Example
Text Example
White with #296FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FEC; }
p { color: rgb(41,111,236); }
H1.HeaderClassName
{
color: #296FEC;
}
.AnyTagClassName
{
color: #296FEC;
}
</style>
background-color css
<style>
a { background-color: #296FEC; }
a { background-color: rgb(41,111,236); }
div.DivClassName
{
background-color: #296FEC;
}
.BgClassName
{
background-color: #296FEC;
}
</style>
border-color css
<style>
span { border-color: #296FEC; }
span { border-color: rgb(41,111,236); }
td.TdClassName
{
border-color: #296FEC;
}
.TagClassName
{
border-color: #296FEC;
}
</style>