Html Css Color HEX #2995DC Summer Sky

📋 copy color: '#2995DC'

red 41 ◦ green 149 ◦ blue 220

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

Shades of Summer Sky #2995DC

Tints of Summer Sky #2995DC

RGB

 RED value IS 41 (16.41% from 255) = 10%

 GREEN value IS 149 (58.59% from 255) = 36.34%

 BLUE value IS 220 (86.33% from 255) = 53.66%

R = 10%
G = 36.34%
B = 53.66%

CMYK

 C value IS 0.81

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2995DC (or 0x2995DC) is known color: Summer Sky. HEX triplet: 29, 95 and DC. RGB value is (41,149,220). Sum of RGB (Red+Green+Blue) = 41+149+220=410 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #2995DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995DC is #D66A23. Grayscale: #7C7C7C. Windows color (decimal): -14051876 or 14456105. OLE color: 14456105.

HSL color Cylindrical-coordinate representation of color #2995DC: hue angle of 203.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2995DC is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 149 220 -
CMYK 0.81 0.32 0 0.14
HSL 203.8º 0.72% 0.51% -
HSV(B) 203.8º 0.81% 0.86% -
XYZ 24.58 27.13 71.65 -
YUV 124.8 181.72 68.23 -
System Red Green Blue C M Y K H S L
Decimal 41 149 220 0.81 0.32 0 0.14 203.8 0.72 0.51
Hex 29 95 DC 51 20 0 E CC 48 33
Octal 51 225 334 121 40 0 16 314 110 63
Binary 101001 10010101 11011100 1010001 100000 0 1110 11001100 1001000 110011

Color Harmonies of #2995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2995DC

Black with #2995DC

Text Example


Text Example

White with #2995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2995DC; }

 p { color: rgb(41,149,220); }

 H1.HeaderClassName
 {
   color: #2995DC;
 }
 .AnyTagClassName
 {
   color: #2995DC;
 }
</style>

background-color css

<style>
 a { background-color: #2995DC; }

 a { background-color: rgb(41,149,220); }

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

border-color css

<style>
 span { border-color: #2995DC; }

 span { border-color: rgb(41,149,220); }

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