Html Css Color HEX #2E91DF Summer Sky

📋 copy color: '#2E91DF'

red 46 ◦ green 145 ◦ blue 223

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

Shades of Summer Sky #2E91DF

Tints of Summer Sky #2E91DF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 223 (87.5% from 255) = 53.86%

R = 11.11%
G = 35.02%
B = 53.86%

CMYK

 C value IS 0.79

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E91DF (or 0x2E91DF) is known color: Summer Sky. HEX triplet: 2E, 91 and DF. RGB value is (46,145,223). Sum of RGB (Red+Green+Blue) = 46+145+223=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E91DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E91DF is #D16E20. Grayscale: #7B7B7B. Windows color (decimal): -13725217 or 14651694. OLE color: 14651694.

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

Color convert

RGB 46 145 223 -
CMYK 0.79 0.35 0 0.13
HSL 206.44º 0.73% 0.53% -
HSV(B) 206.44º 0.79% 0.87% -
XYZ 24.57 26.16 73.57 -
YUV 124.29 183.7 72.16 -
System Red Green Blue C M Y K H S L
Decimal 46 145 223 0.79 0.35 0 0.13 206.44 0.73 0.53
Hex 2E 91 DF 4F 23 0 D CE 49 35
Octal 56 221 337 117 43 0 15 316 111 65
Binary 101110 10010001 11011111 1001111 100011 0 1101 11001110 1001001 110101

Color Harmonies of #2E91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E91DF

Black with #2E91DF

Text Example


Text Example

White with #2E91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,145,223); }

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

background-color css

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

 a { background-color: rgb(46,145,223); }

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

border-color css

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

 span { border-color: rgb(46,145,223); }

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