Shades of Royal Blue #2E77E6
Tints of Royal Blue #2E77E6
RGB
CMYK
RGB Variations
Color information
#2E77E6 (or 0x2E77E6) is known color: Royal Blue. HEX triplet: 2E, 77 and E6. RGB value is (46,119,230). Sum of RGB (Red+Green+Blue) = 46+119+230=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #2E77E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E77E6 is #D18819. Grayscale: #6D6D6D. Windows color (decimal): -13731866 or 15103790. OLE color: 15103790.
HSL color Cylindrical-coordinate representation of color #2E77E6: hue angle of 216.2º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E77E6 is Cyan = 0.8, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 119 | 230 | - |
| CMYK | 0.8 | 0.48 | 0 | 0.10 |
| HSL | 216.2º | 0.79% | 0.54% | - |
| HSV(B) | 216.2º | 0.8% | 0.9% | - |
| XYZ | 22.01 | 19.49 | 77.46 | - |
| YUV | 109.83 | 195.82 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 230 | 0.8 | 0.48 | 0 | 0.10 | 216.2 | 0.79 | 0.54 |
| Hex | 2E | 77 | E6 | 50 | 30 | 0 | A | D8 | 4F | 36 |
| Octal | 56 | 167 | 346 | 120 | 60 | 0 | 12 | 330 | 117 | 66 |
| Binary | 101110 | 1110111 | 11100110 | 1010000 | 110000 | 0 | 1010 | 11011000 | 1001111 | 110110 |
Color Harmonies of #2E77E6
Complementary color
Monochromatic Colors of #2E77E6
Black with #2E77E6
Text Example
Text Example
White with #2E77E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E77E6; }
p { color: rgb(46,119,230); }
H1.HeaderClassName
{
color: #2E77E6;
}
.AnyTagClassName
{
color: #2E77E6;
}
</style>
background-color css
<style>
a { background-color: #2E77E6; }
a { background-color: rgb(46,119,230); }
div.DivClassName
{
background-color: #2E77E6;
}
.BgClassName
{
background-color: #2E77E6;
}
</style>
border-color css
<style>
span { border-color: #2E77E6; }
span { border-color: rgb(46,119,230); }
td.TdClassName
{
border-color: #2E77E6;
}
.TagClassName
{
border-color: #2E77E6;
}
</style>