Shades of Royal Blue #296FEF
Tints of Royal Blue #296FEF
RGB
CMYK
RGB Variations
Color information
#296FEF (or 0x296FEF) is known color: Royal Blue. HEX triplet: 29, 6F and EF. RGB value is (41,111,239). Sum of RGB (Red+Green+Blue) = 41+111+239=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #296FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FEF is #D69010. Grayscale: #686868. Windows color (decimal): -14061585 or 15691561. OLE color: 15691561.
HSL color Cylindrical-coordinate representation of color #296FEF: hue angle of 218.79º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296FEF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 111 | 239 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.06 |
| HSL | 218.79º | 0.86% | 0.55% | - |
| HSV(B) | 218.79º | 0.83% | 0.94% | - |
| XYZ | 22.18 | 18.07 | 83.98 | - |
| YUV | 104.66 | 203.81 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 239 | 0.83 | 0.54 | 0 | 0.06 | 218.79 | 0.86 | 0.55 |
| Hex | 29 | 6F | EF | 53 | 36 | 0 | 6 | DB | 56 | 37 |
| Octal | 51 | 157 | 357 | 123 | 66 | 0 | 6 | 333 | 126 | 67 |
| Binary | 101001 | 1101111 | 11101111 | 1010011 | 110110 | 0 | 110 | 11011011 | 1010110 | 110111 |
Color Harmonies of #296FEF
Complementary color
Monochromatic Colors of #296FEF
Black with #296FEF
Text Example
Text Example
White with #296FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FEF; }
p { color: rgb(41,111,239); }
H1.HeaderClassName
{
color: #296FEF;
}
.AnyTagClassName
{
color: #296FEF;
}
</style>
background-color css
<style>
a { background-color: #296FEF; }
a { background-color: rgb(41,111,239); }
div.DivClassName
{
background-color: #296FEF;
}
.BgClassName
{
background-color: #296FEF;
}
</style>
border-color css
<style>
span { border-color: #296FEF; }
span { border-color: rgb(41,111,239); }
td.TdClassName
{
border-color: #296FEF;
}
.TagClassName
{
border-color: #296FEF;
}
</style>