Shades of Royal Blue #297FDD
Tints of Royal Blue #297FDD
RGB
CMYK
RGB Variations
Color information
#297FDD (or 0x297FDD) is known color: Royal Blue. HEX triplet: 29, 7F and DD. RGB value is (41,127,221). Sum of RGB (Red+Green+Blue) = 41+127+221=389 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.54% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 221 (86.72% from 255 or 56.81% from 389); Max value from RGB is 221 - color contains mainly: blue. Hex color #297FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FDD is #D68022. Grayscale: #6F6F6F. Windows color (decimal): -14057507 or 14516009. OLE color: 14516009.
HSL color Cylindrical-coordinate representation of color #297FDD: hue angle of 211.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 #297FDD is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 127 | 221 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.13 |
| HSL | 211.33º | 0.73% | 0.51% | - |
| HSV(B) | 211.33º | 0.81% | 0.87% | - |
| XYZ | 21.55 | 20.87 | 71.3 | - |
| YUV | 112 | 189.51 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 221 | 0.81 | 0.43 | 0 | 0.13 | 211.33 | 0.73 | 0.51 |
| Hex | 29 | 7F | DD | 51 | 2B | 0 | D | D3 | 49 | 33 |
| Octal | 51 | 177 | 335 | 121 | 53 | 0 | 15 | 323 | 111 | 63 |
| Binary | 101001 | 1111111 | 11011101 | 1010001 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110011 |
Color Harmonies of #297FDD
Complementary color
Monochromatic Colors of #297FDD
Black with #297FDD
Text Example
Text Example
White with #297FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FDD; }
p { color: rgb(41,127,221); }
H1.HeaderClassName
{
color: #297FDD;
}
.AnyTagClassName
{
color: #297FDD;
}
</style>
background-color css
<style>
a { background-color: #297FDD; }
a { background-color: rgb(41,127,221); }
div.DivClassName
{
background-color: #297FDD;
}
.BgClassName
{
background-color: #297FDD;
}
</style>
border-color css
<style>
span { border-color: #297FDD; }
span { border-color: rgb(41,127,221); }
td.TdClassName
{
border-color: #297FDD;
}
.TagClassName
{
border-color: #297FDD;
}
</style>