#2E9FF2

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

Shades of Dodger Blue #2E9FF2

Tints of Dodger Blue #2E9FF2

Color information

#2E9FF2 (or 0x2E9FF2) is unknown color: approx Dodger Blue. HEX triplet: 2E, 9F and F2. RGB value is (46,159,242). Sum of RGB (Red+Green+Blue) = 46+159+242=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #2E9FF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9FF2 is #D1600D. Grayscale: #868686. Windows color (decimal): -13721614 or 15900462. OLE color: 15900462.

HSL color Cylindrical-coordinate representation of color #2E9FF2: hue angle of 205.41º degrees, saturation: 0.88, 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 #2E9FF2 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB46159242-
CMYK0.810.3400.05
HSL205.41º88.29%56.47%-
HSV(B)205.41º80.99%94.9%-
XYZ29.5531.7988.58-
YUV134.68188.5664.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.29%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 242 (94.92% from 255) = 54.14%
R=10.29%
G=35.57%
B=54.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal461592420.810.3400.05205.4188.2956.47
Hex2E9FF2512205cd5838
Octal56237362121420531513070
Binary101110100111111111001010100011000100101110011011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,159,242); }

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

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

 a { background-color: rgb(46,159,242); }

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

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

 span { border-color: rgb(46,159,242); }

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