Shades of Royal Blue #297CDD
Tints of Royal Blue #297CDD
RGB
CMYK
RGB Variations
Color information
#297CDD (or 0x297CDD) is known color: Royal Blue. HEX triplet: 29, 7C and DD. RGB value is (41,124,221). Sum of RGB (Red+Green+Blue) = 41+124+221=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #297CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CDD is #D68322. Grayscale: #6D6D6D. Windows color (decimal): -14058275 or 14515241. OLE color: 14515241.
HSL color Cylindrical-coordinate representation of color #297CDD: hue angle of 212.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297CDD is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 124 | 221 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.13 |
| HSL | 212.33º | 0.73% | 0.51% | - |
| HSV(B) | 212.33º | 0.81% | 0.87% | - |
| XYZ | 21.17 | 20.11 | 71.17 | - |
| YUV | 110.24 | 190.5 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 221 | 0.81 | 0.44 | 0 | 0.13 | 212.33 | 0.73 | 0.51 |
| Hex | 29 | 7C | DD | 51 | 2C | 0 | D | D4 | 49 | 33 |
| Octal | 51 | 174 | 335 | 121 | 54 | 0 | 15 | 324 | 111 | 63 |
| Binary | 101001 | 1111100 | 11011101 | 1010001 | 101100 | 0 | 1101 | 11010100 | 1001001 | 110011 |
Color Harmonies of #297CDD
Complementary color
Monochromatic Colors of #297CDD
Black with #297CDD
Text Example
Text Example
White with #297CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297CDD; }
p { color: rgb(41,124,221); }
H1.HeaderClassName
{
color: #297CDD;
}
.AnyTagClassName
{
color: #297CDD;
}
</style>
background-color css
<style>
a { background-color: #297CDD; }
a { background-color: rgb(41,124,221); }
div.DivClassName
{
background-color: #297CDD;
}
.BgClassName
{
background-color: #297CDD;
}
</style>
border-color css
<style>
span { border-color: #297CDD; }
span { border-color: rgb(41,124,221); }
td.TdClassName
{
border-color: #297CDD;
}
.TagClassName
{
border-color: #297CDD;
}
</style>