Shades of Royal Blue #296BE6
Tints of Royal Blue #296BE6
RGB
CMYK
RGB Variations
Color information
#296BE6 (or 0x296BE6) is known color: Royal Blue. HEX triplet: 29, 6B and E6. RGB value is (41,107,230). Sum of RGB (Red+Green+Blue) = 41+107+230=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #296BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296BE6 is #D69419. Grayscale: #646464. Windows color (decimal): -14062618 or 15100713. OLE color: 15100713.
HSL color Cylindrical-coordinate representation of color #296BE6: hue angle of 219.05º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296BE6 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 107 | 230 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.10 |
| HSL | 219.05º | 0.79% | 0.53% | - |
| HSV(B) | 219.05º | 0.82% | 0.9% | - |
| XYZ | 20.46 | 16.7 | 77.01 | - |
| YUV | 101.29 | 200.63 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 230 | 0.82 | 0.53 | 0 | 0.10 | 219.05 | 0.79 | 0.53 |
| Hex | 29 | 6B | E6 | 52 | 35 | 0 | A | DB | 4F | 35 |
| Octal | 51 | 153 | 346 | 122 | 65 | 0 | 12 | 333 | 117 | 65 |
| Binary | 101001 | 1101011 | 11100110 | 1010010 | 110101 | 0 | 1010 | 11011011 | 1001111 | 110101 |
Color Harmonies of #296BE6
Complementary color
Monochromatic Colors of #296BE6
Black with #296BE6
Text Example
Text Example
White with #296BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BE6; }
p { color: rgb(41,107,230); }
H1.HeaderClassName
{
color: #296BE6;
}
.AnyTagClassName
{
color: #296BE6;
}
</style>
background-color css
<style>
a { background-color: #296BE6; }
a { background-color: rgb(41,107,230); }
div.DivClassName
{
background-color: #296BE6;
}
.BgClassName
{
background-color: #296BE6;
}
</style>
border-color css
<style>
span { border-color: #296BE6; }
span { border-color: rgb(41,107,230); }
td.TdClassName
{
border-color: #296BE6;
}
.TagClassName
{
border-color: #296BE6;
}
</style>