Html Css Color HEX #2EADFF Dodger Blue

📋 copy color: '#2EADFF'

red 46 ◦ green 173 ◦ blue 255

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

Shades of Dodger Blue #2EADFF

Tints of Dodger Blue #2EADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.5%

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

R = 9.7%
G = 36.5%
B = 53.8%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EADFF (or 0x2EADFF) is known color: Dodger Blue. HEX triplet: 2E, AD and FF. RGB value is (46,173,255). Sum of RGB (Red+Green+Blue) = 46+173+255=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EADFF is #D15200. Grayscale: #8F8F8F. Windows color (decimal): -13718017 or 16756014. OLE color: 16756014.

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

Color convert

RGB 46 173 255 -
CMYK 0.82 0.32 0 0
HSL 203.54º 1% 0.59% -
HSV(B) 203.54º 0.82% 1% -
XYZ 34.12 37.69 100.08 -
YUV 144.38 190.42 57.83 -
System Red Green Blue C M Y K H S L
Decimal 46 173 255 0.82 0.32 0 0 203.54 1 0.59
Hex 2E AD FF 52 20 0 0 CC 64 3B
Octal 56 255 377 122 40 0 0 314 144 73
Binary 101110 10101101 11111111 1010010 100000 0 0 11001100 1100100 111011

Color Harmonies of #2EADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EADFF

Black with #2EADFF

Text Example


Text Example

White with #2EADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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