Html Css Color HEX #2EA2FF Dodger Blue

📋 copy color: '#2EA2FF'

red 46 ◦ green 162 ◦ blue 255

#2EA2FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #2EA2FF

Tints of Dodger Blue #2EA2FF

RGB

 RED value IS 46 (18.36% from 255) = 9.94%

 GREEN value IS 162 (63.67% from 255) = 34.99%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 9.94%
G = 34.99%
B = 55.08%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EA2FF (or 0x2EA2FF) is known color: Dodger Blue. HEX triplet: 2E, A2 and FF. RGB value is (46,162,255). Sum of RGB (Red+Green+Blue) = 46+162+255=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EA2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA2FF is #D15D00. Grayscale: #898989. Windows color (decimal): -13720833 or 16753198. OLE color: 16753198.

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

Color convert

RGB 46 162 255 -
CMYK 0.82 0.36 0 0
HSL 206.7º 1% 0.59% -
HSV(B) 206.7º 0.82% 1% -
XYZ 32.1 33.64 99.41 -
YUV 137.92 194.07 62.44 -
System Red Green Blue C M Y K H S L
Decimal 46 162 255 0.82 0.36 0 0 206.7 1 0.59
Hex 2E A2 FF 52 24 0 0 CF 64 3B
Octal 56 242 377 122 44 0 0 317 144 73
Binary 101110 10100010 11111111 1010010 100100 0 0 11001111 1100100 111011

Color Harmonies of #2EA2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA2FF

Black with #2EA2FF

Text Example


Text Example

White with #2EA2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,162,255); }

 H1.HeaderClassName
 {
   color: #2EA2FF;
 }
 .AnyTagClassName
 {
   color: #2EA2FF;
 }
</style>

background-color css

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

 a { background-color: rgb(46,162,255); }

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

border-color css

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

 span { border-color: rgb(46,162,255); }

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