Shades of Royal Blue #297DDA
Tints of Royal Blue #297DDA
RGB
CMYK
RGB Variations
Color information
#297DDA (or 0x297DDA) is known color: Royal Blue. HEX triplet: 29, 7D and DA. RGB value is (41,125,218). Sum of RGB (Red+Green+Blue) = 41+125+218=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #297DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297DDA is #D68225. Grayscale: #6E6E6E. Windows color (decimal): -14058022 or 14318889. OLE color: 14318889.
HSL color Cylindrical-coordinate representation of color #297DDA: hue angle of 211.53º 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 #297DDA is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 125 | 218 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.15 |
| HSL | 211.53º | 0.71% | 0.51% | - |
| HSV(B) | 211.53º | 0.81% | 0.85% | - |
| XYZ | 20.9 | 20.2 | 69.13 | - |
| YUV | 110.49 | 188.67 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 125 | 218 | 0.81 | 0.43 | 0 | 0.15 | 211.53 | 0.71 | 0.51 |
| Hex | 29 | 7D | DA | 51 | 2B | 0 | F | D4 | 47 | 33 |
| Octal | 51 | 175 | 332 | 121 | 53 | 0 | 17 | 324 | 107 | 63 |
| Binary | 101001 | 1111101 | 11011010 | 1010001 | 101011 | 0 | 1111 | 11010100 | 1000111 | 110011 |
Color Harmonies of #297DDA
Complementary color
Monochromatic Colors of #297DDA
Black with #297DDA
Text Example
Text Example
White with #297DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297DDA; }
p { color: rgb(41,125,218); }
H1.HeaderClassName
{
color: #297DDA;
}
.AnyTagClassName
{
color: #297DDA;
}
</style>
background-color css
<style>
a { background-color: #297DDA; }
a { background-color: rgb(41,125,218); }
div.DivClassName
{
background-color: #297DDA;
}
.BgClassName
{
background-color: #297DDA;
}
</style>
border-color css
<style>
span { border-color: #297DDA; }
span { border-color: rgb(41,125,218); }
td.TdClassName
{
border-color: #297DDA;
}
.TagClassName
{
border-color: #297DDA;
}
</style>