#2E83FA

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

Shades of Dodger Blue #2E83FA

Tints of Dodger Blue #2E83FA

Color information

#2E83FA (or 0x2E83FA) is unknown color: approx Dodger Blue. HEX triplet: 2E, 83 and FA. RGB value is (46,131,250). Sum of RGB (Red+Green+Blue) = 46+131+250=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E83FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E83FA is #D17C05. Grayscale: #767676. Windows color (decimal): -13728774 or 16417582. OLE color: 16417582.

HSL color Cylindrical-coordinate representation of color #2E83FA: hue angle of 215º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E83FA is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46131250-
CMYK0.820.4800.02
HSL215º95.33%58.04%-
HSV(B)215º81.6%98.04%-
XYZ26.523.7293.62-
YUV119.15201.8475.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.77%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 250 (98.05% from 255) = 58.55%
R=10.77%
G=30.68%
B=58.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal461312500.820.4800.0221595.3358.04
Hex2E83FA523002d75f3a
Octal56203372122600232713772
Binary10111010000011111110101010010110000010110101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,131,250); }

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

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

 a { background-color: rgb(46,131,250); }

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

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

 span { border-color: rgb(46,131,250); }

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