Html Css Color HEX #2994DC Summer Sky

📋 copy color: '#2994DC'

red 41 ◦ green 148 ◦ blue 220

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

Shades of Summer Sky #2994DC

Tints of Summer Sky #2994DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 10.02%
G = 36.19%
B = 53.79%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2994DC (or 0x2994DC) is known color: Summer Sky. HEX triplet: 29, 94 and DC. RGB value is (41,148,220). Sum of RGB (Red+Green+Blue) = 41+148+220=409 (54% of max value = 765). Red value is 41 (16.41% from 255 or 10.02% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #2994DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2994DC is #D66B23. Grayscale: #7B7B7B. Windows color (decimal): -14052132 or 14455849. OLE color: 14455849.

HSL color Cylindrical-coordinate representation of color #2994DC: hue angle of 204.13º 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 #2994DC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 148 220 -
CMYK 0.81 0.33 0 0.14
HSL 204.13º 0.72% 0.51% -
HSV(B) 204.13º 0.81% 0.86% -
XYZ 24.42 26.82 71.6 -
YUV 124.22 182.05 68.65 -
System Red Green Blue C M Y K H S L
Decimal 41 148 220 0.81 0.33 0 0.14 204.13 0.72 0.51
Hex 29 94 DC 51 21 0 E CC 48 33
Octal 51 224 334 121 41 0 16 314 110 63
Binary 101001 10010100 11011100 1010001 100001 0 1110 11001100 1001000 110011

Color Harmonies of #2994DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2994DC

Black with #2994DC

Text Example


Text Example

White with #2994DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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