Shades of Royal Blue #297CE2
Tints of Royal Blue #297CE2
RGB
CMYK
RGB Variations
Color information
#297CE2 (or 0x297CE2) is known color: Royal Blue. HEX triplet: 29, 7C and E2. RGB value is (41,124,226). Sum of RGB (Red+Green+Blue) = 41+124+226=391 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.49% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 226 (88.67% from 255 or 57.80% from 391); Max value from RGB is 226 - color contains mainly: blue. Hex color #297CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297CE2 is #D6831D. Grayscale: #6E6E6E. Windows color (decimal): -14058270 or 14842921. OLE color: 14842921.
HSL color Cylindrical-coordinate representation of color #297CE2: hue angle of 213.08º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297CE2 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 41 | 124 | 226 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.11 |
| HSL | 213.08º | 0.76% | 0.52% | - |
| HSV(B) | 213.08º | 0.82% | 0.89% | - |
| XYZ | 21.85 | 20.38 | 74.73 | - |
| YUV | 110.81 | 193 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 124 | 226 | 0.82 | 0.45 | 0 | 0.11 | 213.08 | 0.76 | 0.52 |
| Hex | 29 | 7C | E2 | 52 | 2D | 0 | B | D5 | 4C | 34 |
| Octal | 51 | 174 | 342 | 122 | 55 | 0 | 13 | 325 | 114 | 64 |
| Binary | 101001 | 1111100 | 11100010 | 1010010 | 101101 | 0 | 1011 | 11010101 | 1001100 | 110100 |
Color Harmonies of #297CE2
Complementary color
Monochromatic Colors of #297CE2
Black with #297CE2
Text Example
Text Example
White with #297CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297CE2; }
p { color: rgb(41,124,226); }
H1.HeaderClassName
{
color: #297CE2;
}
.AnyTagClassName
{
color: #297CE2;
}
</style>
background-color css
<style>
a { background-color: #297CE2; }
a { background-color: rgb(41,124,226); }
div.DivClassName
{
background-color: #297CE2;
}
.BgClassName
{
background-color: #297CE2;
}
</style>
border-color css
<style>
span { border-color: #297CE2; }
span { border-color: rgb(41,124,226); }
td.TdClassName
{
border-color: #297CE2;
}
.TagClassName
{
border-color: #297CE2;
}
</style>