#2E86FD

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

Shades of Dodger Blue #2E86FD

Tints of Dodger Blue #2E86FD

Color information

#2E86FD (or 0x2E86FD) is unknown color: approx Dodger Blue. HEX triplet: 2E, 86 and FD. RGB value is (46,134,253). Sum of RGB (Red+Green+Blue) = 46+134+253=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E86FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E86FD is #D17902. Grayscale: #787878. Windows color (decimal): -13728003 or 16614958. OLE color: 16614958.

HSL color Cylindrical-coordinate representation of color #2E86FD: hue angle of 214.49º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E86FD is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB46134253-
CMYK0.820.4700.01
HSL214.49º98.1%58.63%-
HSV(B)214.49º81.82%99.22%-
XYZ27.3824.7296.26-
YUV121.25202.3574.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.62%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 253 (99.22% from 255) = 58.43%
R=10.62%
G=30.95%
B=58.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal461342530.820.4700.01214.4998.158.63
Hex2E86FD522F01d6623b
Octal56206375122570132614273
Binary1011101000011011111101101001010111101110101101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E86FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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