#2EA1F3

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

Shades of Dodger Blue #2EA1F3

Tints of Dodger Blue #2EA1F3

Color information

#2EA1F3 (or 0x2EA1F3) is unknown color: approx Dodger Blue. HEX triplet: 2E, A1 and F3. RGB value is (46,161,243). Sum of RGB (Red+Green+Blue) = 46+161+243=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #2EA1F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA1F3 is #D15E0C. Grayscale: #878787. Windows color (decimal): -13721101 or 15966510. OLE color: 15966510.

HSL color Cylindrical-coordinate representation of color #2EA1F3: hue angle of 204.97º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EA1F3 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB46161243-
CMYK0.810.3400.05
HSL204.97º89.14%56.67%-
HSV(B)204.97º81.07%95.29%-
XYZ30.0532.5489.49-
YUV135.96188.463.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.22%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 243 (95.31% from 255) = 54%
R=10.22%
G=35.78%
B=54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal461612430.810.3400.05204.9789.1456.67
Hex2EA1F3512205cd5939
Octal56241363121420531513171
Binary101110101000011111001110100011000100101110011011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,161,243); }

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

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

 a { background-color: rgb(46,161,243); }

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

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

 span { border-color: rgb(46,161,243); }

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