Html Css Color HEX #2EABFF Dodger Blue

📋 copy color: '#2EABFF'

red 46 ◦ green 171 ◦ blue 255

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

Shades of Dodger Blue #2EABFF

Tints of Dodger Blue #2EABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.23%

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

R = 9.75%
G = 36.23%
B = 54.03%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EABFF (or 0x2EABFF) is known color: Dodger Blue. HEX triplet: 2E, AB and FF. RGB value is (46,171,255). Sum of RGB (Red+Green+Blue) = 46+171+255=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EABFF is #D15400. Grayscale: #8E8E8E. Windows color (decimal): -13718529 or 16755502. OLE color: 16755502.

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

Color convert

RGB 46 171 255 -
CMYK 0.82 0.33 0 0
HSL 204.11º 1% 0.59% -
HSV(B) 204.11º 0.82% 1% -
XYZ 33.74 36.93 99.96 -
YUV 143.2 191.09 58.67 -
System Red Green Blue C M Y K H S L
Decimal 46 171 255 0.82 0.33 0 0 204.11 1 0.59
Hex 2E AB FF 52 21 0 0 CC 64 3B
Octal 56 253 377 122 41 0 0 314 144 73
Binary 101110 10101011 11111111 1010010 100001 0 0 11001100 1100100 111011

Color Harmonies of #2EABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EABFF

Black with #2EABFF

Text Example


Text Example

White with #2EABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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