Html Css Color HEX #2E9EEA Summer Sky

📋 copy color: '#2E9EEA'

red 46 ◦ green 158 ◦ blue 234

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

Shades of Summer Sky #2E9EEA

Tints of Summer Sky #2E9EEA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 10.5%
G = 36.07%
B = 53.42%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E9EEA (or 0x2E9EEA) is known color: Summer Sky. HEX triplet: 2E, 9E and EA. RGB value is (46,158,234). Sum of RGB (Red+Green+Blue) = 46+158+234=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #2E9EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2E9EEA is #D16115. Grayscale: #848484. Windows color (decimal): -13721878 or 15375918. OLE color: 15375918.

HSL color Cylindrical-coordinate representation of color #2E9EEA: hue angle of 204.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E9EEA is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 158 234 -
CMYK 0.80 0.32 0 0.08
HSL 204.26º 0.82% 0.55% -
HSV(B) 204.26º 0.8% 0.92% -
XYZ 28.2 30.98 82.33 -
YUV 133.18 184.89 65.82 -
System Red Green Blue C M Y K H S L
Decimal 46 158 234 0.80 0.32 0 0.08 204.26 0.82 0.55
Hex 2E 9E EA 50 20 0 8 CC 52 37
Octal 56 236 352 120 40 0 10 314 122 67
Binary 101110 10011110 11101010 1010000 100000 0 1000 11001100 1010010 110111

Color Harmonies of #2E9EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9EEA

Black with #2E9EEA

Text Example


Text Example

White with #2E9EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,158,234); }

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

background-color css

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

 a { background-color: rgb(46,158,234); }

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

border-color css

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

 span { border-color: rgb(46,158,234); }

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