#2EA5FA

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

Shades of Dodger Blue #2EA5FA

Tints of Dodger Blue #2EA5FA

Color information

#2EA5FA (or 0x2EA5FA) is unknown color: approx Dodger Blue. HEX triplet: 2E, A5 and FA. RGB value is (46,165,250). Sum of RGB (Red+Green+Blue) = 46+165+250=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EA5FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA5FA is #D15A05. Grayscale: #8A8A8A. Windows color (decimal): -13720070 or 16426286. OLE color: 16426286.

HSL color Cylindrical-coordinate representation of color #2EA5FA: hue angle of 205º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EA5FA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46165250-
CMYK0.820.3400.02
HSL205º95.33%58.04%-
HSV(B)205º81.6%98.04%-
XYZ31.8434.3995.4-
YUV139.11190.5861.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.98%
GREEN value IS 165 (64.84% from 255) = 35.79%
BLUE value IS 250 (98.05% from 255) = 54.23%
R=9.98%
G=35.79%
B=54.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal461652500.820.3400.0220595.3358.04
Hex2EA5FA522202cd5f3a
Octal56245372122420231513772
Binary10111010100101111110101010010100010010110011011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,165,250); }

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

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

 a { background-color: rgb(46,165,250); }

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

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

 span { border-color: rgb(46,165,250); }

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