#2E93E7

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

Shades of Dodger Blue #2E93E7

Tints of Dodger Blue #2E93E7

Color information

#2E93E7 (or 0x2E93E7) is unknown color: approx Dodger Blue. HEX triplet: 2E, 93 and E7. RGB value is (46,147,231). Sum of RGB (Red+Green+Blue) = 46+147+231=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 231 (90.62% from 255 or 54.48% from 424); Max value from RGB is 231 - color contains mainly: blue. Hex color #2E93E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E93E7 is #D16C18. Grayscale: #7D7D7D. Windows color (decimal): -13724697 or 15176494. OLE color: 15176494.

HSL color Cylindrical-coordinate representation of color #2E93E7: hue angle of 207.24º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E93E7 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB46147231-
CMYK0.800.3600.09
HSL207.24º79.4%54.31%-
HSV(B)207.24º80.09%90.59%-
XYZ25.9827.2279.49-
YUV126.38187.0470.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.85%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 231 (90.62% from 255) = 54.48%
R=10.85%
G=34.67%
B=54.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal461472310.800.3600.09207.2479.454.31
Hex2E93E7502409cf4f36
Octal562233471204401131711766
Binary1011101001001111100111101000010010001001110011111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E93E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,147,231); }

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

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

 a { background-color: rgb(46,147,231); }

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

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

 span { border-color: rgb(46,147,231); }

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