#2E7CD8

Color #2E7CD8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2E7CD8

Tints of Royal Blue #2E7CD8

Color information

#2E7CD8 (or 0x2E7CD8) is unknown color: approx Royal Blue. HEX triplet: 2E, 7C and D8. RGB value is (46,124,216). Sum of RGB (Red+Green+Blue) = 46+124+216=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 216 (84.77% from 255 or 55.96% from 386); Max value from RGB is 216 - color contains mainly: blue. Hex color #2E7CD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CD8 is #D18327. Grayscale: #6E6E6E. Windows color (decimal): -13730600 or 14187566. OLE color: 14187566.

HSL color Cylindrical-coordinate representation of color #2E7CD8: hue angle of 212.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E7CD8 is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB46124216-
CMYK0.790.4300.15
HSL212.47º68.55%51.37%-
HSV(B)212.47º78.7%84.71%-
XYZ20.7319.9567.72-
YUV111.17187.1681.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 11.92%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 216 (84.77% from 255) = 55.96%
R=11.92%
G=32.12%
B=55.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal461242160.790.4300.15212.4768.5551.37
Hex2E7CD84F2B0Fd44533
Octal561743301175301732410563
Binary101110111110011011000100111110101101111110101001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E7CD8; }

 p { color: rgb(46,124,216); }

 H1.HeaderClassName
 {
   color: #2E7CD8;
 }
 .AnyTagClassName
 {
   color: #2E7CD8;
 }
</style>
background-color css

<style>
 a { background-color: #2E7CD8; }

 a { background-color: rgb(46,124,216); }

 div.DivClassName
 {
   background-color: #2E7CD8;
 }
 .BgClassName
 {
   background-color: #2E7CD8;
 }
</style>
border-color css

<style>
 span { border-color: #2E7CD8; }

 span { border-color: rgb(46,124,216); }

 td.TdClassName
 {
   border-color: #2E7CD8;
 }
 .TagClassName
 {
   border-color: #2E7CD8;
 }
</style>