Shades of Royal Blue #2E71CF
Tints of Royal Blue #2E71CF
RGB
CMYK
RGB Variations
Color information
#2E71CF (or 0x2E71CF) is known color: Royal Blue. HEX triplet: 2E, 71 and CF. RGB value is (46,113,207). Sum of RGB (Red+Green+Blue) = 46+113+207=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E71CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E71CF is #D18E30. Grayscale: #676767. Windows color (decimal): -13733425 or 13594926. OLE color: 13594926.
HSL color Cylindrical-coordinate representation of color #2E71CF: hue angle of 215.03º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E71CF is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 113 | 207 | - |
| CMYK | 0.78 | 0.45 | 0 | 0.19 |
| HSL | 215.03º | 0.64% | 0.5% | - |
| HSV(B) | 215.03º | 0.78% | 0.81% | - |
| XYZ | 18.29 | 16.9 | 61.33 | - |
| YUV | 103.68 | 186.3 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 113 | 207 | 0.78 | 0.45 | 0 | 0.19 | 215.03 | 0.64 | 0.5 |
| Hex | 2E | 71 | CF | 4E | 2D | 0 | 13 | D7 | 40 | 32 |
| Octal | 56 | 161 | 317 | 116 | 55 | 0 | 23 | 327 | 100 | 62 |
| Binary | 101110 | 1110001 | 11001111 | 1001110 | 101101 | 0 | 10011 | 11010111 | 1000000 | 110010 |
Color Harmonies of #2E71CF
Complementary color
Monochromatic Colors of #2E71CF
Black with #2E71CF
Text Example
Text Example
White with #2E71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E71CF; }
p { color: rgb(46,113,207); }
H1.HeaderClassName
{
color: #2E71CF;
}
.AnyTagClassName
{
color: #2E71CF;
}
</style>
background-color css
<style>
a { background-color: #2E71CF; }
a { background-color: rgb(46,113,207); }
div.DivClassName
{
background-color: #2E71CF;
}
.BgClassName
{
background-color: #2E71CF;
}
</style>
border-color css
<style>
span { border-color: #2E71CF; }
span { border-color: rgb(46,113,207); }
td.TdClassName
{
border-color: #2E71CF;
}
.TagClassName
{
border-color: #2E71CF;
}
</style>