Shades of Royal Blue #2951EE
Tints of Royal Blue #2951EE
RGB
CMYK
RGB Variations
Color information
#2951EE (or 0x2951EE) is known color: Royal Blue. HEX triplet: 29, 51 and EE. RGB value is (41,81,238). Sum of RGB (Red+Green+Blue) = 41+81+238=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 238 (93.36% from 255 or 66.11% from 360); Max value from RGB is 238 - color contains mainly: blue. Hex color #2951EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2951EE is #D6AE11. Grayscale: #565656. Windows color (decimal): -14069266 or 15618345. OLE color: 15618345.
HSL color Cylindrical-coordinate representation of color #2951EE: hue angle of 227.82º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2951EE is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 81 | 238 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.07 |
| HSL | 227.82º | 0.85% | 0.55% | - |
| HSV(B) | 227.82º | 0.83% | 0.93% | - |
| XYZ | 19.29 | 12.53 | 82.29 | - |
| YUV | 86.94 | 213.25 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 238 | 0.83 | 0.66 | 0 | 0.07 | 227.82 | 0.85 | 0.55 |
| Hex | 29 | 51 | EE | 53 | 42 | 0 | 7 | E4 | 55 | 37 |
| Octal | 51 | 121 | 356 | 123 | 102 | 0 | 7 | 344 | 125 | 67 |
| Binary | 101001 | 1010001 | 11101110 | 1010011 | 1000010 | 0 | 111 | 11100100 | 1010101 | 110111 |
Color Harmonies of #2951EE
Complementary color
Monochromatic Colors of #2951EE
Black with #2951EE
Text Example
Text Example
White with #2951EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2951EE; }
p { color: rgb(41,81,238); }
H1.HeaderClassName
{
color: #2951EE;
}
.AnyTagClassName
{
color: #2951EE;
}
</style>
background-color css
<style>
a { background-color: #2951EE; }
a { background-color: rgb(41,81,238); }
div.DivClassName
{
background-color: #2951EE;
}
.BgClassName
{
background-color: #2951EE;
}
</style>
border-color css
<style>
span { border-color: #2951EE; }
span { border-color: rgb(41,81,238); }
td.TdClassName
{
border-color: #2951EE;
}
.TagClassName
{
border-color: #2951EE;
}
</style>