Html Css Color HEX #2E95DB Summer Sky

📋 copy color: '#2E95DB'

red 46 ◦ green 149 ◦ blue 219

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

Shades of Summer Sky #2E95DB

Tints of Summer Sky #2E95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 11.11%
G = 35.99%
B = 52.9%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E95DB (or 0x2E95DB) is known color: Summer Sky. HEX triplet: 2E, 95 and DB. RGB value is (46,149,219). Sum of RGB (Red+Green+Blue) = 46+149+219=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E95DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E95DB is #D16A24. Grayscale: #7D7D7D. Windows color (decimal): -13724197 or 14390574. OLE color: 14390574.

HSL color Cylindrical-coordinate representation of color #2E95DB: hue angle of 204.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E95DB is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 149 219 -
CMYK 0.79 0.32 0 0.14
HSL 204.28º 0.71% 0.52% -
HSV(B) 204.28º 0.79% 0.86% -
XYZ 24.66 27.19 70.97 -
YUV 126.18 180.38 70.81 -
System Red Green Blue C M Y K H S L
Decimal 46 149 219 0.79 0.32 0 0.14 204.28 0.71 0.52
Hex 2E 95 DB 4F 20 0 E CC 47 34
Octal 56 225 333 117 40 0 16 314 107 64
Binary 101110 10010101 11011011 1001111 100000 0 1110 11001100 1000111 110100

Color Harmonies of #2E95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E95DB

Black with #2E95DB

Text Example


Text Example

White with #2E95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,149,219); }

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

background-color css

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

 a { background-color: rgb(46,149,219); }

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

border-color css

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

 span { border-color: rgb(46,149,219); }

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