#2E94FF

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

Shades of Dodger Blue #2E94FF

Tints of Dodger Blue #2E94FF

Color information

#2E94FF (or 0x2E94FF) is unknown color: approx Dodger Blue. HEX triplet: 2E, 94 and FF. RGB value is (46,148,255). Sum of RGB (Red+Green+Blue) = 46+148+255=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E94FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E94FF is #D16B00. Grayscale: #818181. Windows color (decimal): -13724417 or 16749614. OLE color: 16749614.

HSL color Cylindrical-coordinate representation of color #2E94FF: hue angle of 210.72º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E94FF is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB46148255-
CMYK0.820.4200
HSL210.72º100%59.02%-
HSV(B)210.72º81.96%100%-
XYZ29.7728.9898.63-
YUV129.7198.7168.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.24%
GREEN value IS 148 (58.20% from 255) = 32.96%
BLUE value IS 255 (100% from 255) = 56.79%
R=10.24%
G=32.96%
B=56.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal461482550.820.4200210.7210059.02
Hex2E94FF522A00d3643b
Octal56224377122520032314473
Binary1011101001010011111111101001010101000110100111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E94FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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