Shades of Royal Blue #296CED
Tints of Royal Blue #296CED
RGB
CMYK
RGB Variations
Color information
#296CED (or 0x296CED) is known color: Royal Blue. HEX triplet: 29, 6C and ED. RGB value is (41,108,237). Sum of RGB (Red+Green+Blue) = 41+108+237=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #296CED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296CED is #D69312. Grayscale: #666666. Windows color (decimal): -14062355 or 15559721. OLE color: 15559721.
HSL color Cylindrical-coordinate representation of color #296CED: hue angle of 219.49º 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 #296CED is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 108 | 237 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.07 |
| HSL | 219.49º | 0.84% | 0.55% | - |
| HSV(B) | 219.49º | 0.83% | 0.93% | - |
| XYZ | 21.56 | 17.31 | 82.33 | - |
| YUV | 102.67 | 203.8 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 108 | 237 | 0.83 | 0.54 | 0 | 0.07 | 219.49 | 0.84 | 0.55 |
| Hex | 29 | 6C | ED | 53 | 36 | 0 | 7 | DB | 54 | 37 |
| Octal | 51 | 154 | 355 | 123 | 66 | 0 | 7 | 333 | 124 | 67 |
| Binary | 101001 | 1101100 | 11101101 | 1010011 | 110110 | 0 | 111 | 11011011 | 1010100 | 110111 |
Color Harmonies of #296CED
Complementary color
Monochromatic Colors of #296CED
Black with #296CED
Text Example
Text Example
White with #296CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296CED; }
p { color: rgb(41,108,237); }
H1.HeaderClassName
{
color: #296CED;
}
.AnyTagClassName
{
color: #296CED;
}
</style>
background-color css
<style>
a { background-color: #296CED; }
a { background-color: rgb(41,108,237); }
div.DivClassName
{
background-color: #296CED;
}
.BgClassName
{
background-color: #296CED;
}
</style>
border-color css
<style>
span { border-color: #296CED; }
span { border-color: rgb(41,108,237); }
td.TdClassName
{
border-color: #296CED;
}
.TagClassName
{
border-color: #296CED;
}
</style>