#2EA6F7

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

Shades of Dodger Blue #2EA6F7

Tints of Dodger Blue #2EA6F7

Color information

#2EA6F7 (or 0x2EA6F7) is unknown color: approx Dodger Blue. HEX triplet: 2E, A6 and F7. RGB value is (46,166,247). Sum of RGB (Red+Green+Blue) = 46+166+247=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 247 (96.88% from 255 or 53.81% from 459); Max value from RGB is 247 - color contains mainly: blue. Hex color #2EA6F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA6F7 is #D15908. Grayscale: #8A8A8A. Windows color (decimal): -13719817 or 16229934. OLE color: 16229934.

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

Color convert

RGB46166247-
CMYK0.810.3300.03
HSL204.18º92.63%57.45%-
HSV(B)204.18º81.38%96.86%-
XYZ31.5534.5793.01-
YUV139.35188.7461.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.02%
GREEN value IS 166 (65.23% from 255) = 36.17%
BLUE value IS 247 (96.88% from 255) = 53.81%
R=10.02%
G=36.17%
B=53.81%

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
Decimal461662470.810.3300.03204.1892.6357.45
Hex2EA6F7512103cc5d39
Octal56246367121410331413571
Binary10111010100110111101111010001100001011110011001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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