Shades of Royal Blue #2E72CC
Tints of Royal Blue #2E72CC
RGB
CMYK
RGB Variations
Color information
#2E72CC (or 0x2E72CC) is known color: Royal Blue. HEX triplet: 2E, 72 and CC. RGB value is (46,114,204). Sum of RGB (Red+Green+Blue) = 46+114+204=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E72CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E72CC is #D18D33. Grayscale: #676767. Windows color (decimal): -13733172 or 13398574. OLE color: 13398574.
HSL color Cylindrical-coordinate representation of color #2E72CC: hue angle of 214.18º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E72CC is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 114 | 204 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.2 |
| HSL | 214.18º | 0.63% | 0.49% | - |
| HSV(B) | 214.18º | 0.77% | 0.8% | - |
| XYZ | 18.04 | 16.98 | 59.45 | - |
| YUV | 103.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 114 | 204 | 0.77 | 0.44 | 0 | 0.2 | 214.18 | 0.63 | 0.49 |
| Hex | 2E | 72 | CC | 4D | 2C | 0 | 14 | D6 | 3F | 31 |
| Octal | 56 | 162 | 314 | 115 | 54 | 0 | 24 | 326 | 77 | 61 |
| Binary | 101110 | 1110010 | 11001100 | 1001101 | 101100 | 0 | 10100 | 11010110 | 111111 | 110001 |
Color Harmonies of #2E72CC
Complementary color
Monochromatic Colors of #2E72CC
Black with #2E72CC
Text Example
Text Example
White with #2E72CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E72CC; }
p { color: rgb(46,114,204); }
H1.HeaderClassName
{
color: #2E72CC;
}
.AnyTagClassName
{
color: #2E72CC;
}
</style>
background-color css
<style>
a { background-color: #2E72CC; }
a { background-color: rgb(46,114,204); }
div.DivClassName
{
background-color: #2E72CC;
}
.BgClassName
{
background-color: #2E72CC;
}
</style>
border-color css
<style>
span { border-color: #2E72CC; }
span { border-color: rgb(46,114,204); }
td.TdClassName
{
border-color: #2E72CC;
}
.TagClassName
{
border-color: #2E72CC;
}
</style>