#2ea0f5

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

Shades of Dodger Blue #2EA0F5

Tints of Dodger Blue #2EA0F5

Color information

#2EA0F5 (or 0x2EA0F5) is unknown color: approx Dodger Blue. HEX triplet: 2E, A0 and F5. RGB value is (46,160,245). Sum of RGB (Red+Green+Blue) = 46+160+245=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #2EA0F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA0F5 is #D15F0A. Grayscale: #878787. Windows color (decimal): -13721355 or 16097326. OLE color: 16097326.

HSL color Cylindrical-coordinate representation of color #2EA0F5: hue angle of 205.63º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EA0F5 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB46160245-
CMYK0.810.3500.04
HSL205.63º90.87%57.06%-
HSV(B)205.63º81.22%96.08%-
XYZ30.1832.3291.03-
YUV135.6189.7364.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.20%
GREEN value IS 160 (62.89% from 255) = 35.48%
BLUE value IS 245 (96.09% from 255) = 54.32%
R=10.20%
G=35.48%
B=54.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal461602450.810.3500.04205.6390.8757.06
Hex2EA0F5512304ce5b39
Octal56240365121430431613371
Binary101110101000001111010110100011000110100110011101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ea0f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,160,245); }

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

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

 a { background-color: rgb(46,160,245); }

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

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

 span { border-color: rgb(46,160,245); }

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