Html Css Color HEX #2EA5DD Summer Sky

📋 copy color: '#2EA5DD'

red 46 ◦ green 165 ◦ blue 221

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

Shades of Summer Sky #2EA5DD

Tints of Summer Sky #2EA5DD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 10.65%
G = 38.19%
B = 51.16%

CMYK

 C value IS 0.79

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2EA5DD (or 0x2EA5DD) is known color: Summer Sky. HEX triplet: 2E, A5 and DD. RGB value is (46,165,221). Sum of RGB (Red+Green+Blue) = 46+165+221=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #2EA5DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA5DD is #D15A22. Grayscale: #878787. Windows color (decimal): -13720099 or 14525742. OLE color: 14525742.

HSL color Cylindrical-coordinate representation of color #2EA5DD: hue angle of 199.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EA5DD is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 165 221 -
CMYK 0.79 0.25 0 0.13
HSL 199.2º 0.72% 0.52% -
HSV(B) 199.2º 0.79% 0.87% -
XYZ 27.63 32.71 73.26 -
YUV 135.8 176.08 63.95 -
System Red Green Blue C M Y K H S L
Decimal 46 165 221 0.79 0.25 0 0.13 199.2 0.72 0.52
Hex 2E A5 DD 4F 19 0 D C7 48 34
Octal 56 245 335 117 31 0 15 307 110 64
Binary 101110 10100101 11011101 1001111 11001 0 1101 11000111 1001000 110100

Color Harmonies of #2EA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA5DD

Black with #2EA5DD

Text Example


Text Example

White with #2EA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,165,221); }

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

background-color css

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

 a { background-color: rgb(46,165,221); }

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

border-color css

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

 span { border-color: rgb(46,165,221); }

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