Shades of Royal Blue #296EF2
Tints of Royal Blue #296EF2
RGB
CMYK
RGB Variations
Color information
#296EF2 (or 0x296EF2) is known color: Royal Blue. HEX triplet: 29, 6E and F2. RGB value is (41,110,242). Sum of RGB (Red+Green+Blue) = 41+110+242=393 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.43% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 242 (94.92% from 255 or 61.58% from 393); Max value from RGB is 242 - color contains mainly: blue. Hex color #296EF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EF2 is #D6910D. Grayscale: #676767. Windows color (decimal): -14061838 or 15887913. OLE color: 15887913.
HSL color Cylindrical-coordinate representation of color #296EF2: hue angle of 219.4º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296EF2 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 110 | 242 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.05 |
| HSL | 219.4º | 0.89% | 0.55% | - |
| HSV(B) | 219.4º | 0.83% | 0.95% | - |
| XYZ | 22.52 | 18.03 | 86.3 | - |
| YUV | 104.42 | 205.64 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 242 | 0.83 | 0.55 | 0 | 0.05 | 219.4 | 0.89 | 0.55 |
| Hex | 29 | 6E | F2 | 53 | 37 | 0 | 5 | DB | 59 | 37 |
| Octal | 51 | 156 | 362 | 123 | 67 | 0 | 5 | 333 | 131 | 67 |
| Binary | 101001 | 1101110 | 11110010 | 1010011 | 110111 | 0 | 101 | 11011011 | 1011001 | 110111 |
Color Harmonies of #296EF2
Complementary color
Monochromatic Colors of #296EF2
Black with #296EF2
Text Example
Text Example
White with #296EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296EF2; }
p { color: rgb(41,110,242); }
H1.HeaderClassName
{
color: #296EF2;
}
.AnyTagClassName
{
color: #296EF2;
}
</style>
background-color css
<style>
a { background-color: #296EF2; }
a { background-color: rgb(41,110,242); }
div.DivClassName
{
background-color: #296EF2;
}
.BgClassName
{
background-color: #296EF2;
}
</style>
border-color css
<style>
span { border-color: #296EF2; }
span { border-color: rgb(41,110,242); }
td.TdClassName
{
border-color: #296EF2;
}
.TagClassName
{
border-color: #296EF2;
}
</style>