Shades of Royal Blue #297BDA
Tints of Royal Blue #297BDA
RGB
CMYK
RGB Variations
Color information
#297BDA (or 0x297BDA) is known color: Royal Blue. HEX triplet: 29, 7B and DA. RGB value is (41,123,218). Sum of RGB (Red+Green+Blue) = 41+123+218=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #297BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297BDA is #D68425. Grayscale: #6C6C6C. Windows color (decimal): -14058534 or 14318377. OLE color: 14318377.
HSL color Cylindrical-coordinate representation of color #297BDA: hue angle of 212.2º 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 #297BDA is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 41 | 123 | 218 | - |
| CMYK | 0.81 | 0.44 | 0 | 0.15 |
| HSL | 212.2º | 0.71% | 0.51% | - |
| HSV(B) | 212.2º | 0.81% | 0.85% | - |
| XYZ | 20.65 | 19.7 | 69.04 | - |
| YUV | 109.31 | 189.33 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 123 | 218 | 0.81 | 0.44 | 0 | 0.15 | 212.2 | 0.71 | 0.51 |
| Hex | 29 | 7B | DA | 51 | 2C | 0 | F | D4 | 47 | 33 |
| Octal | 51 | 173 | 332 | 121 | 54 | 0 | 17 | 324 | 107 | 63 |
| Binary | 101001 | 1111011 | 11011010 | 1010001 | 101100 | 0 | 1111 | 11010100 | 1000111 | 110011 |
Color Harmonies of #297BDA
Complementary color
Monochromatic Colors of #297BDA
Black with #297BDA
Text Example
Text Example
White with #297BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297BDA; }
p { color: rgb(41,123,218); }
H1.HeaderClassName
{
color: #297BDA;
}
.AnyTagClassName
{
color: #297BDA;
}
</style>
background-color css
<style>
a { background-color: #297BDA; }
a { background-color: rgb(41,123,218); }
div.DivClassName
{
background-color: #297BDA;
}
.BgClassName
{
background-color: #297BDA;
}
</style>
border-color css
<style>
span { border-color: #297BDA; }
span { border-color: rgb(41,123,218); }
td.TdClassName
{
border-color: #297BDA;
}
.TagClassName
{
border-color: #297BDA;
}
</style>