Shades of Royal Blue #296FEE
Tints of Royal Blue #296FEE
RGB
CMYK
RGB Variations
Color information
#296FEE (or 0x296FEE) is known color: Royal Blue. HEX triplet: 29, 6F and EE. RGB value is (41,111,238). Sum of RGB (Red+Green+Blue) = 41+111+238=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #296FEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296FEE is #D69011. Grayscale: #676767. Windows color (decimal): -14061586 or 15626025. OLE color: 15626025.
HSL color Cylindrical-coordinate representation of color #296FEE: hue angle of 218.68º degrees, saturation: 0.85, 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 #296FEE is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 111 | 238 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.07 |
| HSL | 218.68º | 0.85% | 0.55% | - |
| HSV(B) | 218.68º | 0.83% | 0.93% | - |
| XYZ | 22.03 | 18.01 | 83.2 | - |
| YUV | 104.55 | 203.31 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 238 | 0.83 | 0.53 | 0 | 0.07 | 218.68 | 0.85 | 0.55 |
| Hex | 29 | 6F | EE | 53 | 35 | 0 | 7 | DB | 55 | 37 |
| Octal | 51 | 157 | 356 | 123 | 65 | 0 | 7 | 333 | 125 | 67 |
| Binary | 101001 | 1101111 | 11101110 | 1010011 | 110101 | 0 | 111 | 11011011 | 1010101 | 110111 |
Color Harmonies of #296FEE
Complementary color
Monochromatic Colors of #296FEE
Black with #296FEE
Text Example
Text Example
White with #296FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FEE; }
p { color: rgb(41,111,238); }
H1.HeaderClassName
{
color: #296FEE;
}
.AnyTagClassName
{
color: #296FEE;
}
</style>
background-color css
<style>
a { background-color: #296FEE; }
a { background-color: rgb(41,111,238); }
div.DivClassName
{
background-color: #296FEE;
}
.BgClassName
{
background-color: #296FEE;
}
</style>
border-color css
<style>
span { border-color: #296FEE; }
span { border-color: rgb(41,111,238); }
td.TdClassName
{
border-color: #296FEE;
}
.TagClassName
{
border-color: #296FEE;
}
</style>