#2EA4F7

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

Shades of Dodger Blue #2EA4F7

Tints of Dodger Blue #2EA4F7

Color information

#2EA4F7 (or 0x2EA4F7) is unknown color: approx Dodger Blue. HEX triplet: 2E, A4 and F7. RGB value is (46,164,247). Sum of RGB (Red+Green+Blue) = 46+164+247=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 164 (64.45% from 255 or 35.89% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #2EA4F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA4F7 is #D15B08. Grayscale: #898989. Windows color (decimal): -13720329 or 16229422. OLE color: 16229422.

HSL color Cylindrical-coordinate representation of color #2EA4F7: hue angle of 204.78º 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 #2EA4F7 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB46164247-
CMYK0.810.3400.03
HSL204.78º92.63%57.45%-
HSV(B)204.78º81.38%96.86%-
XYZ31.1933.8592.88-
YUV138.18189.4162.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.07%
GREEN value IS 164 (64.45% from 255) = 35.89%
BLUE value IS 247 (96.88% from 255) = 54.05%
R=10.07%
G=35.89%
B=54.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal461642470.810.3400.03204.7892.6357.45
Hex2EA4F7512203cd5d39
Octal56244367121420331513571
Binary10111010100100111101111010001100010011110011011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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