#2EA2F9

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

Shades of Dodger Blue #2EA2F9

Tints of Dodger Blue #2EA2F9

Color information

#2EA2F9 (or 0x2EA2F9) is unknown color: approx Dodger Blue. HEX triplet: 2E, A2 and F9. RGB value is (46,162,249). Sum of RGB (Red+Green+Blue) = 46+162+249=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #2EA2F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA2F9 is #D15D06. Grayscale: #888888. Windows color (decimal): -13720839 or 16359982. OLE color: 16359982.

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

Color convert

RGB46162249-
CMYK0.820.3500.02
HSL205.71º94.42%57.84%-
HSV(B)205.71º81.53%97.65%-
XYZ31.1533.2694.4-
YUV137.23191.0762.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.07%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 249 (97.66% from 255) = 54.49%
R=10.07%
G=35.45%
B=54.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal461622490.820.3500.02205.7194.4257.84
Hex2EA2F9522302ce5e3a
Octal56242371122430231613672
Binary10111010100010111110011010010100011010110011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,162,249); }

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

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

 a { background-color: rgb(46,162,249); }

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

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

 span { border-color: rgb(46,162,249); }

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