Shades of Royal Blue #296DED
Tints of Royal Blue #296DED
RGB
CMYK
RGB Variations
Color information
#296DED (or 0x296DED) is known color: Royal Blue. HEX triplet: 29, 6D and ED. RGB value is (41,109,237). Sum of RGB (Red+Green+Blue) = 41+109+237=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 237 (92.97% from 255 or 61.24% from 387); Max value from RGB is 237 - color contains mainly: blue. Hex color #296DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DED is #D69212. Grayscale: #666666. Windows color (decimal): -14062099 or 15559977. OLE color: 15559977.
HSL color Cylindrical-coordinate representation of color #296DED: hue angle of 219.18º 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 #296DED is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 109 | 237 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.07 |
| HSL | 219.18º | 0.84% | 0.55% | - |
| HSV(B) | 219.18º | 0.83% | 0.93% | - |
| XYZ | 21.67 | 17.52 | 82.36 | - |
| YUV | 103.26 | 203.47 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 237 | 0.83 | 0.54 | 0 | 0.07 | 219.18 | 0.84 | 0.55 |
| Hex | 29 | 6D | ED | 53 | 36 | 0 | 7 | DB | 54 | 37 |
| Octal | 51 | 155 | 355 | 123 | 66 | 0 | 7 | 333 | 124 | 67 |
| Binary | 101001 | 1101101 | 11101101 | 1010011 | 110110 | 0 | 111 | 11011011 | 1010100 | 110111 |
Color Harmonies of #296DED
Complementary color
Monochromatic Colors of #296DED
Black with #296DED
Text Example
Text Example
White with #296DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DED; }
p { color: rgb(41,109,237); }
H1.HeaderClassName
{
color: #296DED;
}
.AnyTagClassName
{
color: #296DED;
}
</style>
background-color css
<style>
a { background-color: #296DED; }
a { background-color: rgb(41,109,237); }
div.DivClassName
{
background-color: #296DED;
}
.BgClassName
{
background-color: #296DED;
}
</style>
border-color css
<style>
span { border-color: #296DED; }
span { border-color: rgb(41,109,237); }
td.TdClassName
{
border-color: #296DED;
}
.TagClassName
{
border-color: #296DED;
}
</style>