#2E84E7

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

Shades of Dodger Blue #2E84E7

Tints of Dodger Blue #2E84E7

Color information

#2E84E7 (or 0x2E84E7) is unknown color: approx Dodger Blue. HEX triplet: 2E, 84 and E7. RGB value is (46,132,231). Sum of RGB (Red+Green+Blue) = 46+132+231=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #2E84E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E84E7 is #D17B18. Grayscale: #757575. Windows color (decimal): -13728537 or 15172654. OLE color: 15172654.

HSL color Cylindrical-coordinate representation of color #2E84E7: hue angle of 212.11º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E84E7 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB46132231-
CMYK0.800.4300.09
HSL212.11º79.4%54.31%-
HSV(B)212.11º80.09%90.59%-
XYZ23.822.8578.76-
YUV117.57192.0176.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.25%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 231 (90.62% from 255) = 56.48%
R=11.25%
G=32.27%
B=56.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal461322310.800.4300.09212.1179.454.31
Hex2E84E7502B09d44f36
Octal562043471205301132411766
Binary1011101000010011100111101000010101101001110101001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E84E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,132,231); }

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

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

 a { background-color: rgb(46,132,231); }

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

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

 span { border-color: rgb(46,132,231); }

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