Shades of Royal Blue #297AD4
Tints of Royal Blue #297AD4
RGB
CMYK
RGB Variations
Color information
#297AD4 (or 0x297AD4) is known color: Royal Blue. HEX triplet: 29, 7A and D4. RGB value is (41,122,212). Sum of RGB (Red+Green+Blue) = 41+122+212=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 212 (83.20% from 255 or 56.53% from 375); Max value from RGB is 212 - color contains mainly: blue. Hex color #297AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297AD4 is #D6852B. Grayscale: #6B6B6B. Windows color (decimal): -14058796 or 13924905. OLE color: 13924905.
HSL color Cylindrical-coordinate representation of color #297AD4: hue angle of 211.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #297AD4 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 41 | 122 | 212 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.17 |
| HSL | 211.58º | 0.68% | 0.5% | - |
| HSV(B) | 211.58º | 0.81% | 0.83% | - |
| XYZ | 19.76 | 19.14 | 64.94 | - |
| YUV | 108.04 | 186.66 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 122 | 212 | 0.81 | 0.42 | 0 | 0.17 | 211.58 | 0.68 | 0.5 |
| Hex | 29 | 7A | D4 | 51 | 2A | 0 | 11 | D4 | 44 | 32 |
| Octal | 51 | 172 | 324 | 121 | 52 | 0 | 21 | 324 | 104 | 62 |
| Binary | 101001 | 1111010 | 11010100 | 1010001 | 101010 | 0 | 10001 | 11010100 | 1000100 | 110010 |
Color Harmonies of #297AD4
Complementary color
Monochromatic Colors of #297AD4
Black with #297AD4
Text Example
Text Example
White with #297AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297AD4; }
p { color: rgb(41,122,212); }
H1.HeaderClassName
{
color: #297AD4;
}
.AnyTagClassName
{
color: #297AD4;
}
</style>
background-color css
<style>
a { background-color: #297AD4; }
a { background-color: rgb(41,122,212); }
div.DivClassName
{
background-color: #297AD4;
}
.BgClassName
{
background-color: #297AD4;
}
</style>
border-color css
<style>
span { border-color: #297AD4; }
span { border-color: rgb(41,122,212); }
td.TdClassName
{
border-color: #297AD4;
}
.TagClassName
{
border-color: #297AD4;
}
</style>