#2EA6FD

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

Shades of Dodger Blue #2EA6FD

Tints of Dodger Blue #2EA6FD

Color information

#2EA6FD (or 0x2EA6FD) is unknown color: approx Dodger Blue. HEX triplet: 2E, A6 and FD. RGB value is (46,166,253). Sum of RGB (Red+Green+Blue) = 46+166+253=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EA6FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA6FD is #D15902. Grayscale: #8B8B8B. Windows color (decimal): -13719811 or 16623150. OLE color: 16623150.

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

Color convert

RGB46166253-
CMYK0.820.3400.01
HSL205.22º98.1%58.63%-
HSV(B)205.22º81.82%99.22%-
XYZ32.4934.9597.96-
YUV140.04191.7460.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.89%
GREEN value IS 166 (65.23% from 255) = 35.70%
BLUE value IS 253 (99.22% from 255) = 54.41%
R=9.89%
G=35.70%
B=54.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal461662530.820.3400.01205.2298.158.63
Hex2EA6FD522201cd623b
Octal56246375122420131514273
Binary1011101010011011111101101001010001001110011011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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