Shades of Royal Blue #297AE0
Tints of Royal Blue #297AE0
RGB
CMYK
RGB Variations
Color information
#297AE0 (or 0x297AE0) is known color: Royal Blue. HEX triplet: 29, 7A and E0. RGB value is (41,122,224). Sum of RGB (Red+Green+Blue) = 41+122+224=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #297AE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297AE0 is #D6851F. Grayscale: #6C6C6C. Windows color (decimal): -14058784 or 14711337. OLE color: 14711337.
HSL color Cylindrical-coordinate representation of color #297AE0: hue angle of 213.44º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297AE0 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 41 | 122 | 224 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.12 |
| HSL | 213.44º | 0.75% | 0.52% | - |
| HSV(B) | 213.44º | 0.82% | 0.88% | - |
| XYZ | 21.33 | 19.77 | 73.21 | - |
| YUV | 109.41 | 192.66 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 224 | 0.82 | 0.46 | 0 | 0.12 | 213.44 | 0.75 | 0.52 |
| Hex | 29 | 7A | E0 | 52 | 2E | 0 | C | D5 | 4B | 34 |
| Octal | 51 | 172 | 340 | 122 | 56 | 0 | 14 | 325 | 113 | 64 |
| Binary | 101001 | 1111010 | 11100000 | 1010010 | 101110 | 0 | 1100 | 11010101 | 1001011 | 110100 |
Color Harmonies of #297AE0
Complementary color
Monochromatic Colors of #297AE0
Black with #297AE0
Text Example
Text Example
White with #297AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AE0; }
p { color: rgb(41,122,224); }
H1.HeaderClassName
{
color: #297AE0;
}
.AnyTagClassName
{
color: #297AE0;
}
</style>
background-color css
<style>
a { background-color: #297AE0; }
a { background-color: rgb(41,122,224); }
div.DivClassName
{
background-color: #297AE0;
}
.BgClassName
{
background-color: #297AE0;
}
</style>
border-color css
<style>
span { border-color: #297AE0; }
span { border-color: rgb(41,122,224); }
td.TdClassName
{
border-color: #297AE0;
}
.TagClassName
{
border-color: #297AE0;
}
</style>