#2e8def

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

Shades of Dodger Blue #2E8DEF

Tints of Dodger Blue #2E8DEF

Color information

#2E8DEF (or 0x2E8DEF) is unknown color: approx Dodger Blue. HEX triplet: 2E, 8D and EF. RGB value is (46,141,239). Sum of RGB (Red+Green+Blue) = 46+141+239=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #2E8DEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8DEF is #D17210. Grayscale: #7B7B7B. Windows color (decimal): -13726225 or 15699246. OLE color: 15699246.

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

Color convert

RGB46141239-
CMYK0.810.4100.06
HSL210.47º85.78%55.88%-
HSV(B)210.47º80.75%93.73%-
XYZ26.2325.8685.27-
YUV123.77193.0372.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.80%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 239 (93.75% from 255) = 56.10%
R=10.80%
G=33.10%
B=56.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal461412390.810.4100.06210.4785.7855.88
Hex2E8DEF512906d25638
Octal56215357121510632212670
Binary101110100011011110111110100011010010110110100101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e8def

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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