Shades of Royal Blue #297FDE
Tints of Royal Blue #297FDE
RGB
CMYK
RGB Variations
Color information
#297FDE (or 0x297FDE) is known color: Royal Blue. HEX triplet: 29, 7F and DE. RGB value is (41,127,222). Sum of RGB (Red+Green+Blue) = 41+127+222=390 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.51% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 222 (87.11% from 255 or 56.92% from 390); Max value from RGB is 222 - color contains mainly: blue. Hex color #297FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #297FDE is #D68021. Grayscale: #6F6F6F. Windows color (decimal): -14057506 or 14581545. OLE color: 14581545.
HSL color Cylindrical-coordinate representation of color #297FDE: hue angle of 211.49º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #297FDE is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 127 | 222 | - |
| CMYK | 0.82 | 0.43 | 0 | 0.13 |
| HSL | 211.49º | 0.73% | 0.52% | - |
| HSV(B) | 211.49º | 0.82% | 0.87% | - |
| XYZ | 21.69 | 20.92 | 72 | - |
| YUV | 112.12 | 190.01 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 127 | 222 | 0.82 | 0.43 | 0 | 0.13 | 211.49 | 0.73 | 0.52 |
| Hex | 29 | 7F | DE | 52 | 2B | 0 | D | D3 | 49 | 34 |
| Octal | 51 | 177 | 336 | 122 | 53 | 0 | 15 | 323 | 111 | 64 |
| Binary | 101001 | 1111111 | 11011110 | 1010010 | 101011 | 0 | 1101 | 11010011 | 1001001 | 110100 |
Color Harmonies of #297FDE
Complementary color
Monochromatic Colors of #297FDE
Black with #297FDE
Text Example
Text Example
White with #297FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #297FDE; }
p { color: rgb(41,127,222); }
H1.HeaderClassName
{
color: #297FDE;
}
.AnyTagClassName
{
color: #297FDE;
}
</style>
background-color css
<style>
a { background-color: #297FDE; }
a { background-color: rgb(41,127,222); }
div.DivClassName
{
background-color: #297FDE;
}
.BgClassName
{
background-color: #297FDE;
}
</style>
border-color css
<style>
span { border-color: #297FDE; }
span { border-color: rgb(41,127,222); }
td.TdClassName
{
border-color: #297FDE;
}
.TagClassName
{
border-color: #297FDE;
}
</style>