Shades of Royal Blue #296BD2
Tints of Royal Blue #296BD2
RGB
CMYK
RGB Variations
Color information
#296BD2 (or 0x296BD2) is known color: Royal Blue. HEX triplet: 29, 6B and D2. RGB value is (41,107,210). Sum of RGB (Red+Green+Blue) = 41+107+210=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 210 (82.42% from 255 or 58.66% from 358); Max value from RGB is 210 - color contains mainly: blue. Hex color #296BD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BD2 is #D6942D. Grayscale: #626262. Windows color (decimal): -14062638 or 13789993. OLE color: 13789993.
HSL color Cylindrical-coordinate representation of color #296BD2: hue angle of 216.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296BD2 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 41 | 107 | 210 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.18 |
| HSL | 216.57º | 0.67% | 0.49% | - |
| HSV(B) | 216.57º | 0.8% | 0.82% | - |
| XYZ | 17.81 | 15.64 | 63.05 | - |
| YUV | 99.01 | 190.63 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 107 | 210 | 0.80 | 0.49 | 0 | 0.18 | 216.57 | 0.67 | 0.49 |
| Hex | 29 | 6B | D2 | 50 | 31 | 0 | 12 | D9 | 43 | 31 |
| Octal | 51 | 153 | 322 | 120 | 61 | 0 | 22 | 331 | 103 | 61 |
| Binary | 101001 | 1101011 | 11010010 | 1010000 | 110001 | 0 | 10010 | 11011001 | 1000011 | 110001 |
Color Harmonies of #296BD2
Complementary color
Monochromatic Colors of #296BD2
Black with #296BD2
Text Example
Text Example
White with #296BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296BD2; }
p { color: rgb(41,107,210); }
H1.HeaderClassName
{
color: #296BD2;
}
.AnyTagClassName
{
color: #296BD2;
}
</style>
background-color css
<style>
a { background-color: #296BD2; }
a { background-color: rgb(41,107,210); }
div.DivClassName
{
background-color: #296BD2;
}
.BgClassName
{
background-color: #296BD2;
}
</style>
border-color css
<style>
span { border-color: #296BD2; }
span { border-color: rgb(41,107,210); }
td.TdClassName
{
border-color: #296BD2;
}
.TagClassName
{
border-color: #296BD2;
}
</style>