#2E94EA

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

Shades of Dodger Blue #2E94EA

Tints of Dodger Blue #2E94EA

Color information

#2E94EA (or 0x2E94EA) is unknown color: approx Dodger Blue. HEX triplet: 2E, 94 and EA. RGB value is (46,148,234). Sum of RGB (Red+Green+Blue) = 46+148+234=428 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.75% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E94EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E94EA is #D16B15. Grayscale: #7E7E7E. Windows color (decimal): -13724438 or 15373358. OLE color: 15373358.

HSL color Cylindrical-coordinate representation of color #2E94EA: hue angle of 207.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E94EA is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB46148234-
CMYK0.800.3700.08
HSL207.45º81.74%54.9%-
HSV(B)207.45º80.34%91.76%-
XYZ26.5727.781.79-
YUV127.31188.2170.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.75%
GREEN value IS 148 (58.20% from 255) = 34.58%
BLUE value IS 234 (91.80% from 255) = 54.67%
R=10.75%
G=34.58%
B=54.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal461482340.800.3700.08207.4581.7454.9
Hex2E94EA502508cf5237
Octal562243521204501031712267
Binary1011101001010011101010101000010010101000110011111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E94EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,148,234); }

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

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

 a { background-color: rgb(46,148,234); }

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

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

 span { border-color: rgb(46,148,234); }

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