Html Css Color HEX #2EACFF Dodger Blue

📋 copy color: '#2EACFF'

red 46 ◦ green 172 ◦ blue 255

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

Shades of Dodger Blue #2EACFF

Tints of Dodger Blue #2EACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.36%

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

R = 9.73%
G = 36.36%
B = 53.91%

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

#2EACFF (or 0x2EACFF) is known color: Dodger Blue. HEX triplet: 2E, AC and FF. RGB value is (46,172,255). Sum of RGB (Red+Green+Blue) = 46+172+255=473 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.73% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EACFF is #D15300. Grayscale: #8F8F8F. Windows color (decimal): -13718273 or 16755758. OLE color: 16755758.

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

Color convert

RGB 46 172 255 -
CMYK 0.82 0.33 0 0
HSL 203.83º 1% 0.59% -
HSV(B) 203.83º 0.82% 1% -
XYZ 33.93 37.31 100.02 -
YUV 143.79 190.76 58.25 -
System Red Green Blue C M Y K H S L
Decimal 46 172 255 0.82 0.33 0 0 203.83 1 0.59
Hex 2E AC FF 52 21 0 0 CC 64 3B
Octal 56 254 377 122 41 0 0 314 144 73
Binary 101110 10101100 11111111 1010010 100001 0 0 11001100 1100100 111011

Color Harmonies of #2EACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EACFF

Black with #2EACFF

Text Example


Text Example

White with #2EACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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