#2e88f0

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

Shades of Dodger Blue #2E88F0

Tints of Dodger Blue #2E88F0

Color information

#2E88F0 (or 0x2E88F0) is unknown color: approx Dodger Blue. HEX triplet: 2E, 88 and F0. RGB value is (46,136,240). Sum of RGB (Red+Green+Blue) = 46+136+240=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 240 (94.14% from 255 or 56.87% from 422); Max value from RGB is 240 - color contains mainly: blue. Hex color #2E88F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E88F0 is #D1770F. Grayscale: #787878. Windows color (decimal): -13727504 or 15763502. OLE color: 15763502.

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

Color convert

RGB46136240-
CMYK0.810.4300.06
HSL212.16º86.61%56.08%-
HSV(B)212.16º80.83%94.12%-
XYZ25.6624.4885.81-
YUV120.95195.1874.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.90%
GREEN value IS 136 (53.52% from 255) = 32.23%
BLUE value IS 240 (94.14% from 255) = 56.87%
R=10.90%
G=32.23%
B=56.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal461362400.810.4300.06212.1686.6156.08
Hex2E88F0512B06d45738
Octal56210360121530632412770
Binary101110100010001111000010100011010110110110101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e88f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,136,240); }

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

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

 a { background-color: rgb(46,136,240); }

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

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

 span { border-color: rgb(46,136,240); }

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