Shades of Royal Blue #2957F7
Tints of Royal Blue #2957F7
RGB
CMYK
RGB Variations
Color information
#2957F7 (or 0x2957F7) is known color: Royal Blue. HEX triplet: 29, 57 and F7. RGB value is (41,87,247). Sum of RGB (Red+Green+Blue) = 41+87+247=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 247 (96.88% from 255 or 65.87% from 375); Max value from RGB is 247 - color contains mainly: blue. Hex color #2957F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2957F7 is #D6A808. Grayscale: #5A5A5A. Windows color (decimal): -14067721 or 16209705. OLE color: 16209705.
HSL color Cylindrical-coordinate representation of color #2957F7: hue angle of 226.6º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2957F7 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 41 | 87 | 247 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.03 |
| HSL | 226.6º | 0.93% | 0.56% | - |
| HSV(B) | 226.6º | 0.83% | 0.97% | - |
| XYZ | 21.11 | 14 | 89.59 | - |
| YUV | 91.49 | 215.76 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 87 | 247 | 0.83 | 0.65 | 0 | 0.03 | 226.6 | 0.93 | 0.56 |
| Hex | 29 | 57 | F7 | 53 | 41 | 0 | 3 | E3 | 5D | 38 |
| Octal | 51 | 127 | 367 | 123 | 101 | 0 | 3 | 343 | 135 | 70 |
| Binary | 101001 | 1010111 | 11110111 | 1010011 | 1000001 | 0 | 11 | 11100011 | 1011101 | 111000 |
Color Harmonies of #2957F7
Complementary color
Monochromatic Colors of #2957F7
Black with #2957F7
Text Example
Text Example
White with #2957F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2957F7; }
p { color: rgb(41,87,247); }
H1.HeaderClassName
{
color: #2957F7;
}
.AnyTagClassName
{
color: #2957F7;
}
</style>
background-color css
<style>
a { background-color: #2957F7; }
a { background-color: rgb(41,87,247); }
div.DivClassName
{
background-color: #2957F7;
}
.BgClassName
{
background-color: #2957F7;
}
</style>
border-color css
<style>
span { border-color: #2957F7; }
span { border-color: rgb(41,87,247); }
td.TdClassName
{
border-color: #2957F7;
}
.TagClassName
{
border-color: #2957F7;
}
</style>