Html Css Color HEX #2E91DD Summer Sky

📋 copy color: '#2E91DD'

red 46 ◦ green 145 ◦ blue 221

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

Shades of Summer Sky #2E91DD

Tints of Summer Sky #2E91DD

RGB

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

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

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

R = 11.17%
G = 35.19%
B = 53.64%

CMYK

 C value IS 0.79

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E91DD (or 0x2E91DD) is known color: Summer Sky. HEX triplet: 2E, 91 and DD. RGB value is (46,145,221). Sum of RGB (Red+Green+Blue) = 46+145+221=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E91DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E91DD is #D16E22. Grayscale: #7B7B7B. Windows color (decimal): -13725219 or 14520622. OLE color: 14520622.

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

Color convert

RGB 46 145 221 -
CMYK 0.79 0.34 0 0.13
HSL 206.06º 0.72% 0.52% -
HSV(B) 206.06º 0.79% 0.87% -
XYZ 24.3 26.05 72.15 -
YUV 124.06 182.7 72.32 -
System Red Green Blue C M Y K H S L
Decimal 46 145 221 0.79 0.34 0 0.13 206.06 0.72 0.52
Hex 2E 91 DD 4F 22 0 D CE 48 34
Octal 56 221 335 117 42 0 15 316 110 64
Binary 101110 10010001 11011101 1001111 100010 0 1101 11001110 1001000 110100

Color Harmonies of #2E91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E91DD

Black with #2E91DD

Text Example


Text Example

White with #2E91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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