Shades of Royal Blue #296EEF
Tints of Royal Blue #296EEF
RGB
CMYK
RGB Variations
Color information
#296EEF (or 0x296EEF) is known color: Royal Blue. HEX triplet: 29, 6E and EF. RGB value is (41,110,239). Sum of RGB (Red+Green+Blue) = 41+110+239=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #296EEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EEF is #D69110. Grayscale: #676767. Windows color (decimal): -14061841 or 15691305. OLE color: 15691305.
HSL color Cylindrical-coordinate representation of color #296EEF: hue angle of 219.09º 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 #296EEF is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 110 | 239 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.06 |
| HSL | 219.09º | 0.86% | 0.55% | - |
| HSV(B) | 219.09º | 0.83% | 0.94% | - |
| XYZ | 22.07 | 17.86 | 83.94 | - |
| YUV | 104.08 | 204.14 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 110 | 239 | 0.83 | 0.54 | 0 | 0.06 | 219.09 | 0.86 | 0.55 |
| Hex | 29 | 6E | EF | 53 | 36 | 0 | 6 | DB | 56 | 37 |
| Octal | 51 | 156 | 357 | 123 | 66 | 0 | 6 | 333 | 126 | 67 |
| Binary | 101001 | 1101110 | 11101111 | 1010011 | 110110 | 0 | 110 | 11011011 | 1010110 | 110111 |
Color Harmonies of #296EEF
Complementary color
Monochromatic Colors of #296EEF
Black with #296EEF
Text Example
Text Example
White with #296EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296EEF; }
p { color: rgb(41,110,239); }
H1.HeaderClassName
{
color: #296EEF;
}
.AnyTagClassName
{
color: #296EEF;
}
</style>
background-color css
<style>
a { background-color: #296EEF; }
a { background-color: rgb(41,110,239); }
div.DivClassName
{
background-color: #296EEF;
}
.BgClassName
{
background-color: #296EEF;
}
</style>
border-color css
<style>
span { border-color: #296EEF; }
span { border-color: rgb(41,110,239); }
td.TdClassName
{
border-color: #296EEF;
}
.TagClassName
{
border-color: #296EEF;
}
</style>