#2e82ee

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

Shades of Dodger Blue #2E82EE

Tints of Dodger Blue #2E82EE

Color information

#2E82EE (or 0x2E82EE) is unknown color: approx Dodger Blue. HEX triplet: 2E, 82 and EE. RGB value is (46,130,238). Sum of RGB (Red+Green+Blue) = 46+130+238=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #2E82EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E82EE is #D17D11. Grayscale: #747474. Windows color (decimal): -13729042 or 15630894. OLE color: 15630894.

HSL color Cylindrical-coordinate representation of color #2E82EE: hue angle of 213.75º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E82EE is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB46130238-
CMYK0.810.4500.07
HSL213.75º84.96%55.69%-
HSV(B)213.75º80.67%93.33%-
XYZ24.5422.7283.98-
YUV117.2196.1777.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.11%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 238 (93.36% from 255) = 57.49%
R=11.11%
G=31.40%
B=57.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal461302380.810.4500.07213.7584.9655.69
Hex2E82EE512D07d65538
Octal56202356121550732612570
Binary101110100000101110111010100011011010111110101101010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e82ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,130,238); }

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

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

 a { background-color: rgb(46,130,238); }

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

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

 span { border-color: rgb(46,130,238); }

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