Shades of Royal Blue #2E77DC
Tints of Royal Blue #2E77DC
RGB
CMYK
RGB Variations
Color information
#2E77DC (or 0x2E77DC) is known color: Royal Blue. HEX triplet: 2E, 77 and DC. RGB value is (46,119,220). Sum of RGB (Red+Green+Blue) = 46+119+220=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E77DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E77DC is #D18823. Grayscale: #6C6C6C. Windows color (decimal): -13731876 or 14448430. OLE color: 14448430.
HSL color Cylindrical-coordinate representation of color #2E77DC: hue angle of 214.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E77DC is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 119 | 220 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.14 |
| HSL | 214.83º | 0.71% | 0.52% | - |
| HSV(B) | 214.83º | 0.79% | 0.86% | - |
| XYZ | 20.64 | 18.94 | 70.28 | - |
| YUV | 108.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 220 | 0.79 | 0.46 | 0 | 0.14 | 214.83 | 0.71 | 0.52 |
| Hex | 2E | 77 | DC | 4F | 2E | 0 | E | D7 | 47 | 34 |
| Octal | 56 | 167 | 334 | 117 | 56 | 0 | 16 | 327 | 107 | 64 |
| Binary | 101110 | 1110111 | 11011100 | 1001111 | 101110 | 0 | 1110 | 11010111 | 1000111 | 110100 |
Color Harmonies of #2E77DC
Complementary color
Monochromatic Colors of #2E77DC
Black with #2E77DC
Text Example
Text Example
White with #2E77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E77DC; }
p { color: rgb(46,119,220); }
H1.HeaderClassName
{
color: #2E77DC;
}
.AnyTagClassName
{
color: #2E77DC;
}
</style>
background-color css
<style>
a { background-color: #2E77DC; }
a { background-color: rgb(46,119,220); }
div.DivClassName
{
background-color: #2E77DC;
}
.BgClassName
{
background-color: #2E77DC;
}
</style>
border-color css
<style>
span { border-color: #2E77DC; }
span { border-color: rgb(46,119,220); }
td.TdClassName
{
border-color: #2E77DC;
}
.TagClassName
{
border-color: #2E77DC;
}
</style>