#2E6AD4

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

Shades of Royal Blue #2E6AD4

Tints of Royal Blue #2E6AD4

Color information

#2E6AD4 (or 0x2E6AD4) is unknown color: approx Royal Blue. HEX triplet: 2E, 6A and D4. RGB value is (46,106,212). Sum of RGB (Red+Green+Blue) = 46+106+212=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 212 (83.20% from 255 or 58.24% from 364); Max value from RGB is 212 - color contains mainly: blue. Hex color #2E6AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6AD4 is #D1952B. Grayscale: #636363. Windows color (decimal): -13735212 or 13920814. OLE color: 13920814.

HSL color Cylindrical-coordinate representation of color #2E6AD4: hue angle of 218.31º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E6AD4 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB46106212-
CMYK0.780.500.17
HSL218.31º65.87%50.59%-
HSV(B)218.31º78.3%83.14%-
XYZ18.1615.6464.35-
YUV100.14191.1289.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.64%
GREEN value IS 106 (41.80% from 255) = 29.12%
BLUE value IS 212 (83.20% from 255) = 58.24%
R=12.64%
G=29.12%
B=58.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal461062120.780.500.17218.3165.8750.59
Hex2E6AD44E32011da4233
Octal561523241166202133210263
Binary1011101101010110101001001110110010010001110110101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,106,212); }

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

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

 a { background-color: rgb(46,106,212); }

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

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

 span { border-color: rgb(46,106,212); }

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