#2E8EF5

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

Shades of Dodger Blue #2E8EF5

Tints of Dodger Blue #2E8EF5

Color information

#2E8EF5 (or 0x2E8EF5) is unknown color: approx Dodger Blue. HEX triplet: 2E, 8E and F5. RGB value is (46,142,245). Sum of RGB (Red+Green+Blue) = 46+142+245=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 245 (96.09% from 255 or 56.58% from 433); Max value from RGB is 245 - color contains mainly: blue. Hex color #2E8EF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8EF5 is #D1710A. Grayscale: #7C7C7C. Windows color (decimal): -13725963 or 16092718. OLE color: 16092718.

HSL color Cylindrical-coordinate representation of color #2E8EF5: hue angle of 211.06º 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 #2E8EF5 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB46142245-
CMYK0.810.4200.04
HSL211.06º90.87%57.06%-
HSV(B)211.06º81.22%96.08%-
XYZ27.2826.5290.07-
YUV125.04195.771.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.62%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 245 (96.09% from 255) = 56.58%
R=10.62%
G=32.79%
B=56.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal461422450.810.4200.04211.0690.8757.06
Hex2E8EF5512A04d35b39
Octal56216365121520432313371
Binary101110100011101111010110100011010100100110100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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