Html Css Color HEX #2E92DC Summer Sky

📋 copy color: '#2E92DC'

red 46 ◦ green 146 ◦ blue 220

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

Shades of Summer Sky #2E92DC

Tints of Summer Sky #2E92DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.44%

 BLUE value IS 220 (86.33% from 255) = 53.4%

R = 11.17%
G = 35.44%
B = 53.4%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E92DC (or 0x2E92DC) is known color: Summer Sky. HEX triplet: 2E, 92 and DC. RGB value is (46,146,220). Sum of RGB (Red+Green+Blue) = 46+146+220=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E92DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E92DC is #D16D23. Grayscale: #7C7C7C. Windows color (decimal): -13724964 or 14455342. OLE color: 14455342.

HSL color Cylindrical-coordinate representation of color #2E92DC: hue angle of 205.52º 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 #2E92DC is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 146 220 -
CMYK 0.79 0.34 0 0.14
HSL 205.52º 0.71% 0.52% -
HSV(B) 205.52º 0.79% 0.86% -
XYZ 24.32 26.31 71.51 -
YUV 124.54 181.87 71.98 -
System Red Green Blue C M Y K H S L
Decimal 46 146 220 0.79 0.34 0 0.14 205.52 0.71 0.52
Hex 2E 92 DC 4F 22 0 E CE 47 34
Octal 56 222 334 117 42 0 16 316 107 64
Binary 101110 10010010 11011100 1001111 100010 0 1110 11001110 1000111 110100

Color Harmonies of #2E92DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E92DC

Black with #2E92DC

Text Example


Text Example

White with #2E92DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,146,220); }

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

background-color css

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

 a { background-color: rgb(46,146,220); }

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

border-color css

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

 span { border-color: rgb(46,146,220); }

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