#2E81F3

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

Shades of Dodger Blue #2E81F3

Tints of Dodger Blue #2E81F3

Color information

#2E81F3 (or 0x2E81F3) is unknown color: approx Dodger Blue. HEX triplet: 2E, 81 and F3. RGB value is (46,129,243). Sum of RGB (Red+Green+Blue) = 46+129+243=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #2E81F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E81F3 is #D17E0C. Grayscale: #747474. Windows color (decimal): -13729293 or 15958318. OLE color: 15958318.

HSL color Cylindrical-coordinate representation of color #2E81F3: hue angle of 214.72º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E81F3 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB46129243-
CMYK0.810.4700.05
HSL214.72º89.14%56.67%-
HSV(B)214.72º81.07%95.29%-
XYZ25.1522.7587.86-
YUV117.1819977.23-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.00%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 243 (95.31% from 255) = 58.13%
R=11.00%
G=30.86%
B=58.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal461292430.810.4700.05214.7289.1456.67
Hex2E81F3512F05d75939
Octal56201363121570532713171
Binary101110100000011111001110100011011110101110101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E81F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,129,243); }

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

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

 a { background-color: rgb(46,129,243); }

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

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

 span { border-color: rgb(46,129,243); }

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