Shades of Royal Blue #2C7EE5
Tints of Royal Blue #2C7EE5
RGB
CMYK
RGB Variations
Color information
#2C7EE5 (or 0x2C7EE5) is known color: Royal Blue. HEX triplet: 2C, 7E and E5. RGB value is (44,126,229). Sum of RGB (Red+Green+Blue) = 44+126+229=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 126 (49.61% from 255 or 31.58% from 399); Blue value is 229 (89.84% from 255 or 57.39% from 399); Max value from RGB is 229 - color contains mainly: blue. Hex color #2C7EE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7EE5 is #D3811A. Grayscale: #707070. Windows color (decimal): -13861147 or 15040044. OLE color: 15040044.
HSL color Cylindrical-coordinate representation of color #2C7EE5: hue angle of 213.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C7EE5 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 126 | 229 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.10 |
| HSL | 213.41º | 0.78% | 0.54% | - |
| HSV(B) | 213.41º | 0.81% | 0.9% | - |
| XYZ | 22.64 | 21.11 | 77.01 | - |
| YUV | 113.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 126 | 229 | 0.81 | 0.45 | 0 | 0.10 | 213.41 | 0.78 | 0.54 |
| Hex | 2C | 7E | E5 | 51 | 2D | 0 | A | D5 | 4E | 36 |
| Octal | 54 | 176 | 345 | 121 | 55 | 0 | 12 | 325 | 116 | 66 |
| Binary | 101100 | 1111110 | 11100101 | 1010001 | 101101 | 0 | 1010 | 11010101 | 1001110 | 110110 |
Color Harmonies of #2C7EE5
Complementary color
Monochromatic Colors of #2C7EE5
Black with #2C7EE5
Text Example
Text Example
White with #2C7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C7EE5; }
p { color: rgb(44,126,229); }
H1.HeaderClassName
{
color: #2C7EE5;
}
.AnyTagClassName
{
color: #2C7EE5;
}
</style>
background-color css
<style>
a { background-color: #2C7EE5; }
a { background-color: rgb(44,126,229); }
div.DivClassName
{
background-color: #2C7EE5;
}
.BgClassName
{
background-color: #2C7EE5;
}
</style>
border-color css
<style>
span { border-color: #2C7EE5; }
span { border-color: rgb(44,126,229); }
td.TdClassName
{
border-color: #2C7EE5;
}
.TagClassName
{
border-color: #2C7EE5;
}
</style>