#2E8AF1

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

Shades of Dodger Blue #2E8AF1

Tints of Dodger Blue #2E8AF1

Color information

#2E8AF1 (or 0x2E8AF1) is unknown color: approx Dodger Blue. HEX triplet: 2E, 8A and F1. RGB value is (46,138,241). Sum of RGB (Red+Green+Blue) = 46+138+241=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E8AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E8AF1 is #D1750E. Grayscale: #797979. Windows color (decimal): -13726991 or 15829550. OLE color: 15829550.

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

Color convert

RGB46138241-
CMYK0.810.4300.05
HSL211.69º87.44%56.27%-
HSV(B)211.69º80.91%94.51%-
XYZ26.0925.1186.69-
YUV122.23195.0273.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.82%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 241 (94.53% from 255) = 56.71%
R=10.82%
G=32.47%
B=56.71%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal461382410.810.4300.05211.6987.4456.27
Hex2E8AF1512B05d45738
Octal56212361121530532412770
Binary101110100010101111000110100011010110101110101001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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