#2E8AE1

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

Shades of Dodger Blue #2E8AE1

Tints of Dodger Blue #2E8AE1

Color information

#2E8AE1 (or 0x2E8AE1) is unknown color: approx Dodger Blue. HEX triplet: 2E, 8A and E1. RGB value is (46,138,225). Sum of RGB (Red+Green+Blue) = 46+138+225=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 225 (88.28% from 255 or 55.01% from 409); Max value from RGB is 225 - color contains mainly: blue. Hex color #2E8AE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8AE1 is #D1751E. Grayscale: #777777. Windows color (decimal): -13727007 or 14780974. OLE color: 14780974.

HSL color Cylindrical-coordinate representation of color #2E8AE1: hue angle of 209.16º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E8AE1 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB46138225-
CMYK0.800.3900.12
HSL209.16º74.9%53.14%-
HSV(B)209.16º79.56%88.24%-
XYZ23.8124.1974.65-
YUV120.41187.0274.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.25%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 225 (88.28% from 255) = 55.01%
R=11.25%
G=33.74%
B=55.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal461382250.800.3900.12209.1674.953.14
Hex2E8AE150270Cd14b35
Octal562123411204701432111365
Binary1011101000101011100001101000010011101100110100011001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,138,225); }

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

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

 a { background-color: rgb(46,138,225); }

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

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

 span { border-color: rgb(46,138,225); }

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