#2EA5F7

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

Shades of Dodger Blue #2EA5F7

Tints of Dodger Blue #2EA5F7

Color information

#2EA5F7 (or 0x2EA5F7) is unknown color: approx Dodger Blue. HEX triplet: 2E, A5 and F7. RGB value is (46,165,247). Sum of RGB (Red+Green+Blue) = 46+165+247=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #2EA5F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA5F7 is #D15A08. Grayscale: #8A8A8A. Windows color (decimal): -13720073 or 16229678. OLE color: 16229678.

HSL color Cylindrical-coordinate representation of color #2EA5F7: hue angle of 204.48º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EA5F7 is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB46165247-
CMYK0.810.3300.03
HSL204.48º92.63%57.45%-
HSV(B)204.48º81.38%96.86%-
XYZ31.3734.2192.94-
YUV138.77189.0861.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.04%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 247 (96.88% from 255) = 53.93%
R=10.04%
G=36.03%
B=53.93%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal461652470.810.3300.03204.4892.6357.45
Hex2EA5F7512103cc5d39
Octal56245367121410331413571
Binary10111010100101111101111010001100001011110011001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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