Html Css Color HEX #2EA4EF Summer Sky

📋 copy color: '#2EA4EF'

red 46 ◦ green 164 ◦ blue 239

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

Shades of Summer Sky #2EA4EF

Tints of Summer Sky #2EA4EF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.53%

 BLUE value IS 239 (93.75% from 255) = 53.23%

R = 10.24%
G = 36.53%
B = 53.23%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2EA4EF (or 0x2EA4EF) is known color: Summer Sky. HEX triplet: 2E, A4 and EF. RGB value is (46,164,239). Sum of RGB (Red+Green+Blue) = 46+164+239=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #2EA4EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA4EF is #D15B10. Grayscale: #888888. Windows color (decimal): -13720337 or 15705134. OLE color: 15705134.

HSL color Cylindrical-coordinate representation of color #2EA4EF: hue angle of 203.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EA4EF is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 46 164 239 -
CMYK 0.81 0.31 0 0.06
HSL 203.32º 0.86% 0.56% -
HSV(B) 203.32º 0.81% 0.94% -
XYZ 29.98 33.36 86.52 -
YUV 137.27 185.41 62.9 -
System Red Green Blue C M Y K H S L
Decimal 46 164 239 0.81 0.31 0 0.06 203.32 0.86 0.56
Hex 2E A4 EF 51 1F 0 6 CB 56 38
Octal 56 244 357 121 37 0 6 313 126 70
Binary 101110 10100100 11101111 1010001 11111 0 110 11001011 1010110 111000

Color Harmonies of #2EA4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA4EF

Black with #2EA4EF

Text Example


Text Example

White with #2EA4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,164,239); }

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

background-color css

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

 a { background-color: rgb(46,164,239); }

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

border-color css

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

 span { border-color: rgb(46,164,239); }

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