#2E8CE5

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

Shades of Dodger Blue #2E8CE5

Tints of Dodger Blue #2E8CE5

Color information

#2E8CE5 (or 0x2E8CE5) is unknown color: approx Dodger Blue. HEX triplet: 2E, 8C and E5. RGB value is (46,140,229). Sum of RGB (Red+Green+Blue) = 46+140+229=415 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.08% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #2E8CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8CE5 is #D1731A. Grayscale: #797979. Windows color (decimal): -13726491 or 15043630. OLE color: 15043630.

HSL color Cylindrical-coordinate representation of color #2E8CE5: hue angle of 209.18º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E8CE5 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB46140229-
CMYK0.800.3900.10
HSL209.18º77.87%53.92%-
HSV(B)209.18º79.91%89.8%-
XYZ24.6524.9977.65-
YUV122.04188.3673.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.08%
GREEN value IS 140 (55.08% from 255) = 33.73%
BLUE value IS 229 (89.84% from 255) = 55.18%
R=11.08%
G=33.73%
B=55.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal461402290.800.3900.10209.1877.8753.92
Hex2E8CE550270Ad14e36
Octal562143451204701232111666
Binary1011101000110011100101101000010011101010110100011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,140,229); }

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

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

 a { background-color: rgb(46,140,229); }

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

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

 span { border-color: rgb(46,140,229); }

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