Shades of Royal Blue #296EFA
Tints of Royal Blue #296EFA
RGB
CMYK
RGB Variations
Color information
#296EFA (or 0x296EFA) is known color: Royal Blue. HEX triplet: 29, 6E and FA. RGB value is (41,110,250). Sum of RGB (Red+Green+Blue) = 41+110+250=401 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.22% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #296EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EFA is #D69105. Grayscale: #686868. Windows color (decimal): -14061830 or 16412201. OLE color: 16412201.
HSL color Cylindrical-coordinate representation of color #296EFA: hue angle of 220.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #296EFA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 110 | 250 | - |
| CMYK | 0.84 | 0.56 | 0 | 0.02 |
| HSL | 220.19º | 0.95% | 0.57% | - |
| HSV(B) | 220.19º | 0.84% | 0.98% | - |
| XYZ | 23.75 | 18.53 | 92.77 | - |
| YUV | 105.33 | 209.64 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 250 | 0.84 | 0.56 | 0 | 0.02 | 220.19 | 0.95 | 0.57 |
| Hex | 29 | 6E | FA | 54 | 38 | 0 | 2 | DC | 5F | 39 |
| Octal | 51 | 156 | 372 | 124 | 70 | 0 | 2 | 334 | 137 | 71 |
| Binary | 101001 | 1101110 | 11111010 | 1010100 | 111000 | 0 | 10 | 11011100 | 1011111 | 111001 |
Color Harmonies of #296EFA
Complementary color
Monochromatic Colors of #296EFA
Black with #296EFA
Text Example
Text Example
White with #296EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296EFA; }
p { color: rgb(41,110,250); }
H1.HeaderClassName
{
color: #296EFA;
}
.AnyTagClassName
{
color: #296EFA;
}
</style>
background-color css
<style>
a { background-color: #296EFA; }
a { background-color: rgb(41,110,250); }
div.DivClassName
{
background-color: #296EFA;
}
.BgClassName
{
background-color: #296EFA;
}
</style>
border-color css
<style>
span { border-color: #296EFA; }
span { border-color: rgb(41,110,250); }
td.TdClassName
{
border-color: #296EFA;
}
.TagClassName
{
border-color: #296EFA;
}
</style>