#2E88EF

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

Shades of Dodger Blue #2E88EF

Tints of Dodger Blue #2E88EF

Color information

#2E88EF (or 0x2E88EF) is unknown color: approx Dodger Blue. HEX triplet: 2E, 88 and EF. RGB value is (46,136,239). Sum of RGB (Red+Green+Blue) = 46+136+239=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E88EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E88EF is #D17710. Grayscale: #787878. Windows color (decimal): -13727505 or 15697966. OLE color: 15697966.

HSL color Cylindrical-coordinate representation of color #2E88EF: hue angle of 212.02º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E88EF is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB46136239-
CMYK0.810.4300.06
HSL212.02º85.78%55.88%-
HSV(B)212.02º80.75%93.73%-
XYZ25.5124.4285.03-
YUV120.83194.6874.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.93%
GREEN value IS 136 (53.52% from 255) = 32.30%
BLUE value IS 239 (93.75% from 255) = 56.77%
R=10.93%
G=32.30%
B=56.77%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal461362390.810.4300.06212.0285.7855.88
Hex2E88EF512B06d45638
Octal56210357121530632412670
Binary101110100010001110111110100011010110110110101001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E88EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,136,239); }

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

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

 a { background-color: rgb(46,136,239); }

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

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

 span { border-color: rgb(46,136,239); }

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