#2E84FD

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

Shades of Dodger Blue #2E84FD

Tints of Dodger Blue #2E84FD

Color information

#2E84FD (or 0x2E84FD) is unknown color: approx Dodger Blue. HEX triplet: 2E, 84 and FD. RGB value is (46,132,253). Sum of RGB (Red+Green+Blue) = 46+132+253=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E84FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E84FD is #D17B02. Grayscale: #777777. Windows color (decimal): -13728515 or 16614446. OLE color: 16614446.

HSL color Cylindrical-coordinate representation of color #2E84FD: hue angle of 215.07º 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 #2E84FD is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB46132253-
CMYK0.820.4800.01
HSL215.07º98.1%58.63%-
HSV(B)215.07º81.82%99.22%-
XYZ27.1124.1896.17-
YUV120.08203.0175.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.67%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 253 (99.22% from 255) = 58.70%
R=10.67%
G=30.63%
B=58.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal461322530.820.4800.01215.0798.158.63
Hex2E84FD523001d7623b
Octal56204375122600132714273
Binary1011101000010011111101101001011000001110101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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