#2e93f1

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

Shades of Dodger Blue #2E93F1

Tints of Dodger Blue #2E93F1

Color information

#2E93F1 (or 0x2E93F1) is unknown color: approx Dodger Blue. HEX triplet: 2E, 93 and F1. RGB value is (46,147,241). Sum of RGB (Red+Green+Blue) = 46+147+241=434 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.60% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E93F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E93F1 is #D16C0E. Grayscale: #7F7F7F. Windows color (decimal): -13724687 or 15831854. OLE color: 15831854.

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

Color convert

RGB46147241-
CMYK0.810.3900.05
HSL208.92º87.44%56.27%-
HSV(B)208.92º80.91%94.51%-
XYZ27.4427.887.14-
YUV127.52192.0469.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.60%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 241 (94.53% from 255) = 55.53%
R=10.60%
G=33.87%
B=55.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal461472410.810.3900.05208.9287.4456.27
Hex2E93F1512705d15738
Octal56223361121470532112770
Binary101110100100111111000110100011001110101110100011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e93f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,147,241); }

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

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

 a { background-color: rgb(46,147,241); }

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

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

 span { border-color: rgb(46,147,241); }

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