Shades of Royal Blue #296FDA
Tints of Royal Blue #296FDA
RGB
CMYK
RGB Variations
Color information
#296FDA (or 0x296FDA) is known color: Royal Blue. HEX triplet: 29, 6F and DA. RGB value is (41,111,218). Sum of RGB (Red+Green+Blue) = 41+111+218=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #296FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FDA is #D69025. Grayscale: #656565. Windows color (decimal): -14061606 or 14315305. OLE color: 14315305.
HSL color Cylindrical-coordinate representation of color #296FDA: hue angle of 216.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296FDA is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 111 | 218 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.15 |
| HSL | 216.27º | 0.71% | 0.51% | - |
| HSV(B) | 216.27º | 0.81% | 0.85% | - |
| XYZ | 19.25 | 16.9 | 68.58 | - |
| YUV | 102.27 | 193.31 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 111 | 218 | 0.81 | 0.49 | 0 | 0.15 | 216.27 | 0.71 | 0.51 |
| Hex | 29 | 6F | DA | 51 | 31 | 0 | F | D8 | 47 | 33 |
| Octal | 51 | 157 | 332 | 121 | 61 | 0 | 17 | 330 | 107 | 63 |
| Binary | 101001 | 1101111 | 11011010 | 1010001 | 110001 | 0 | 1111 | 11011000 | 1000111 | 110011 |
Color Harmonies of #296FDA
Complementary color
Monochromatic Colors of #296FDA
Black with #296FDA
Text Example
Text Example
White with #296FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296FDA; }
p { color: rgb(41,111,218); }
H1.HeaderClassName
{
color: #296FDA;
}
.AnyTagClassName
{
color: #296FDA;
}
</style>
background-color css
<style>
a { background-color: #296FDA; }
a { background-color: rgb(41,111,218); }
div.DivClassName
{
background-color: #296FDA;
}
.BgClassName
{
background-color: #296FDA;
}
</style>
border-color css
<style>
span { border-color: #296FDA; }
span { border-color: rgb(41,111,218); }
td.TdClassName
{
border-color: #296FDA;
}
.TagClassName
{
border-color: #296FDA;
}
</style>