Shades of Royal Blue #296DDF
Tints of Royal Blue #296DDF
RGB
CMYK
RGB Variations
Color information
#296DDF (or 0x296DDF) is known color: Royal Blue. HEX triplet: 29, 6D and DF. RGB value is (41,109,223). Sum of RGB (Red+Green+Blue) = 41+109+223=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #296DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DDF is #D69220. Grayscale: #656565. Windows color (decimal): -14062113 or 14642473. OLE color: 14642473.
HSL color Cylindrical-coordinate representation of color #296DDF: hue angle of 217.58º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296DDF is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 109 | 223 | - |
| CMYK | 0.82 | 0.51 | 0 | 0.13 |
| HSL | 217.58º | 0.74% | 0.52% | - |
| HSV(B) | 217.58º | 0.82% | 0.87% | - |
| XYZ | 19.7 | 16.74 | 72 | - |
| YUV | 101.66 | 196.47 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 109 | 223 | 0.82 | 0.51 | 0 | 0.13 | 217.58 | 0.74 | 0.52 |
| Hex | 29 | 6D | DF | 52 | 33 | 0 | D | DA | 4A | 34 |
| Octal | 51 | 155 | 337 | 122 | 63 | 0 | 15 | 332 | 112 | 64 |
| Binary | 101001 | 1101101 | 11011111 | 1010010 | 110011 | 0 | 1101 | 11011010 | 1001010 | 110100 |
Color Harmonies of #296DDF
Complementary color
Monochromatic Colors of #296DDF
Black with #296DDF
Text Example
Text Example
White with #296DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296DDF; }
p { color: rgb(41,109,223); }
H1.HeaderClassName
{
color: #296DDF;
}
.AnyTagClassName
{
color: #296DDF;
}
</style>
background-color css
<style>
a { background-color: #296DDF; }
a { background-color: rgb(41,109,223); }
div.DivClassName
{
background-color: #296DDF;
}
.BgClassName
{
background-color: #296DDF;
}
</style>
border-color css
<style>
span { border-color: #296DDF; }
span { border-color: rgb(41,109,223); }
td.TdClassName
{
border-color: #296DDF;
}
.TagClassName
{
border-color: #296DDF;
}
</style>