#2EA4FD

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

Shades of Dodger Blue #2EA4FD

Tints of Dodger Blue #2EA4FD

Color information

#2EA4FD (or 0x2EA4FD) is unknown color: approx Dodger Blue. HEX triplet: 2E, A4 and FD. RGB value is (46,164,253). Sum of RGB (Red+Green+Blue) = 46+164+253=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EA4FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA4FD is #D15B02. Grayscale: #8A8A8A. Windows color (decimal): -13720323 or 16622638. OLE color: 16622638.

HSL color Cylindrical-coordinate representation of color #2EA4FD: hue angle of 205.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EA4FD is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB46164253-
CMYK0.820.3500.01
HSL205.8º98.1%58.63%-
HSV(B)205.8º81.82%99.22%-
XYZ32.1334.2297.84-
YUV138.86192.4161.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.94%
GREEN value IS 164 (64.45% from 255) = 35.42%
BLUE value IS 253 (99.22% from 255) = 54.64%
R=9.94%
G=35.42%
B=54.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal461642530.820.3500.01205.898.158.63
Hex2EA4FD522301ce623b
Octal56244375122430131614273
Binary1011101010010011111101101001010001101110011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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