Shades of Royal Blue #296FED
Tints of Royal Blue #296FED
RGB
CMYK
RGB Variations
Color information
#296FED (or 0x296FED) is known color: Royal Blue. HEX triplet: 29, 6F and ED. RGB value is (41,111,237). Sum of RGB (Red+Green+Blue) = 41+111+237=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #296FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FED is #D69012. Grayscale: #676767. Windows color (decimal): -14061587 or 15560489. OLE color: 15560489.
HSL color Cylindrical-coordinate representation of color #296FED: hue angle of 218.57º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296FED is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 111 | 237 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.07 |
| HSL | 218.57º | 0.84% | 0.55% | - |
| HSV(B) | 218.57º | 0.83% | 0.93% | - |
| XYZ | 21.88 | 17.95 | 82.43 | - |
| YUV | 104.43 | 202.81 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 237 | 0.83 | 0.53 | 0 | 0.07 | 218.57 | 0.84 | 0.55 |
| Hex | 29 | 6F | ED | 53 | 35 | 0 | 7 | DB | 54 | 37 |
| Octal | 51 | 157 | 355 | 123 | 65 | 0 | 7 | 333 | 124 | 67 |
| Binary | 101001 | 1101111 | 11101101 | 1010011 | 110101 | 0 | 111 | 11011011 | 1010100 | 110111 |
Color Harmonies of #296FED
Complementary color
Monochromatic Colors of #296FED
Black with #296FED
Text Example
Text Example
White with #296FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FED; }
p { color: rgb(41,111,237); }
H1.HeaderClassName
{
color: #296FED;
}
.AnyTagClassName
{
color: #296FED;
}
</style>
background-color css
<style>
a { background-color: #296FED; }
a { background-color: rgb(41,111,237); }
div.DivClassName
{
background-color: #296FED;
}
.BgClassName
{
background-color: #296FED;
}
</style>
border-color css
<style>
span { border-color: #296FED; }
span { border-color: rgb(41,111,237); }
td.TdClassName
{
border-color: #296FED;
}
.TagClassName
{
border-color: #296FED;
}
</style>