#2E6ED6

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

Shades of Royal Blue #2E6ED6

Tints of Royal Blue #2E6ED6

Color information

#2E6ED6 (or 0x2E6ED6) is unknown color: approx Royal Blue. HEX triplet: 2E, 6E and D6. RGB value is (46,110,214). Sum of RGB (Red+Green+Blue) = 46+110+214=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #2E6ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6ED6 is #D19129. Grayscale: #666666. Windows color (decimal): -13734186 or 14052910. OLE color: 14052910.

HSL color Cylindrical-coordinate representation of color #2E6ED6: hue angle of 217.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6ED6 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB46110214-
CMYK0.790.4900.16
HSL217.14º67.2%50.98%-
HSV(B)217.14º78.5%83.92%-
XYZ18.8416.5965.83-
YUV102.72190.887.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.43%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 214 (83.98% from 255) = 57.84%
R=12.43%
G=29.73%
B=57.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal461102140.790.4900.16217.1467.250.98
Hex2E6ED64F31010d94333
Octal561563261176102033110363
Binary1011101101110110101101001111110001010000110110011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,110,214); }

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

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

 a { background-color: rgb(46,110,214); }

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

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

 span { border-color: rgb(46,110,214); }

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