Html Css Color HEX #2E92DB Summer Sky

📋 copy color: '#2E92DB'

red 46 ◦ green 146 ◦ blue 219

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

Shades of Summer Sky #2E92DB

Tints of Summer Sky #2E92DB

RGB

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

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

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

R = 11.19%
G = 35.52%
B = 53.28%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E92DB (or 0x2E92DB) is known color: Summer Sky. HEX triplet: 2E, 92 and DB. RGB value is (46,146,219). Sum of RGB (Red+Green+Blue) = 46+146+219=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E92DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E92DB is #D16D24. Grayscale: #7C7C7C. Windows color (decimal): -13724965 or 14389806. OLE color: 14389806.

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

Color convert

RGB 46 146 219 -
CMYK 0.79 0.33 0 0.14
HSL 205.32º 0.71% 0.52% -
HSV(B) 205.32º 0.79% 0.86% -
XYZ 24.19 26.25 70.81 -
YUV 124.42 181.37 72.06 -
System Red Green Blue C M Y K H S L
Decimal 46 146 219 0.79 0.33 0 0.14 205.32 0.71 0.52
Hex 2E 92 DB 4F 21 0 E CD 47 34
Octal 56 222 333 117 41 0 16 315 107 64
Binary 101110 10010010 11011011 1001111 100001 0 1110 11001101 1000111 110100

Color Harmonies of #2E92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E92DB

Black with #2E92DB

Text Example


Text Example

White with #2E92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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