Html Css Color HEX #2E9FDD Summer Sky

📋 copy color: '#2E9FDD'

red 46 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #2E9FDD

Tints of Summer Sky #2E9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.32%

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

R = 10.8%
G = 37.32%
B = 51.88%

CMYK

 C value IS 0.79

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E9FDD (or 0x2E9FDD) is known color: Summer Sky. HEX triplet: 2E, 9F and DD. RGB value is (46,159,221). Sum of RGB (Red+Green+Blue) = 46+159+221=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E9FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9FDD is #D16022. Grayscale: #838383. Windows color (decimal): -13721635 or 14524206. OLE color: 14524206.

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

Color convert

RGB 46 159 221 -
CMYK 0.79 0.28 0 0.13
HSL 201.26º 0.72% 0.52% -
HSV(B) 201.26º 0.79% 0.87% -
XYZ 26.58 30.6 72.91 -
YUV 132.28 178.06 66.46 -
System Red Green Blue C M Y K H S L
Decimal 46 159 221 0.79 0.28 0 0.13 201.26 0.72 0.52
Hex 2E 9F DD 4F 1C 0 D C9 48 34
Octal 56 237 335 117 34 0 15 311 110 64
Binary 101110 10011111 11011101 1001111 11100 0 1101 11001001 1001000 110100

Color Harmonies of #2E9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E9FDD

Black with #2E9FDD

Text Example


Text Example

White with #2E9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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