#2E86F9

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

Shades of Dodger Blue #2E86F9

Tints of Dodger Blue #2E86F9

Color information

#2E86F9 (or 0x2E86F9) is unknown color: approx Dodger Blue. HEX triplet: 2E, 86 and F9. RGB value is (46,134,249). Sum of RGB (Red+Green+Blue) = 46+134+249=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E86F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E86F9 is #D17906. Grayscale: #787878. Windows color (decimal): -13728007 or 16352814. OLE color: 16352814.

HSL color Cylindrical-coordinate representation of color #2E86F9: hue angle of 213.99º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E86F9 is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB46134249-
CMYK0.820.4600.02
HSL213.99º94.42%57.84%-
HSV(B)213.99º81.53%97.65%-
XYZ26.7524.4792.94-
YUV120.8200.3574.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.72%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 249 (97.66% from 255) = 58.04%
R=10.72%
G=31.24%
B=58.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal461342490.820.4600.02213.9994.4257.84
Hex2E86F9522E02d65e3a
Octal56206371122560232613672
Binary10111010000110111110011010010101110010110101101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E86F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,134,249); }

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

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

 a { background-color: rgb(46,134,249); }

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

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

 span { border-color: rgb(46,134,249); }

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