Shades of Royal Blue #2956F1
Tints of Royal Blue #2956F1
RGB
CMYK
RGB Variations
Color information
#2956F1 (or 0x2956F1) is known color: Royal Blue. HEX triplet: 29, 56 and F1. RGB value is (41,86,241). Sum of RGB (Red+Green+Blue) = 41+86+241=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 241 (94.53% from 255 or 65.49% from 368); Max value from RGB is 241 - color contains mainly: blue. Hex color #2956F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2956F1 is #D6A90E. Grayscale: #595959. Windows color (decimal): -14067983 or 15816233. OLE color: 15816233.
HSL color Cylindrical-coordinate representation of color #2956F1: hue angle of 226.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2956F1 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 41 | 86 | 241 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.05 |
| HSL | 226.5º | 0.88% | 0.55% | - |
| HSV(B) | 226.5º | 0.83% | 0.95% | - |
| XYZ | 20.12 | 13.48 | 84.76 | - |
| YUV | 90.22 | 213.09 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 86 | 241 | 0.83 | 0.64 | 0 | 0.05 | 226.5 | 0.88 | 0.55 |
| Hex | 29 | 56 | F1 | 53 | 40 | 0 | 5 | E2 | 58 | 37 |
| Octal | 51 | 126 | 361 | 123 | 100 | 0 | 5 | 342 | 130 | 67 |
| Binary | 101001 | 1010110 | 11110001 | 1010011 | 1000000 | 0 | 101 | 11100010 | 1011000 | 110111 |
Color Harmonies of #2956F1
Complementary color
Monochromatic Colors of #2956F1
Black with #2956F1
Text Example
Text Example
White with #2956F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2956F1; }
p { color: rgb(41,86,241); }
H1.HeaderClassName
{
color: #2956F1;
}
.AnyTagClassName
{
color: #2956F1;
}
</style>
background-color css
<style>
a { background-color: #2956F1; }
a { background-color: rgb(41,86,241); }
div.DivClassName
{
background-color: #2956F1;
}
.BgClassName
{
background-color: #2956F1;
}
</style>
border-color css
<style>
span { border-color: #2956F1; }
span { border-color: rgb(41,86,241); }
td.TdClassName
{
border-color: #2956F1;
}
.TagClassName
{
border-color: #2956F1;
}
</style>