Html Css Color HEX #319DDC Summer Sky

📋 copy color: '#319DDC'

red 49 ◦ green 157 ◦ blue 220

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

Shades of Summer Sky #319DDC

Tints of Summer Sky #319DDC

RGB

 RED value IS 49 (19.53% from 255) = 11.5%

 GREEN value IS 157 (61.72% from 255) = 36.85%

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

R = 11.5%
G = 36.85%
B = 51.64%

CMYK

 C value IS 0.78

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#319DDC (or 0x319DDC) is known color: Summer Sky. HEX triplet: 31, 9D and DC. RGB value is (49,157,220). Sum of RGB (Red+Green+Blue) = 49+157+220=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #319DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DDC is #CE6223. Grayscale: #838383. Windows color (decimal): -13525540 or 14458161. OLE color: 14458161.

HSL color Cylindrical-coordinate representation of color #319DDC: hue angle of 202.11º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319DDC is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 157 220 -
CMYK 0.78 0.29 0 0.14
HSL 202.11º 0.71% 0.53% -
HSV(B) 202.11º 0.78% 0.86% -
XYZ 26.24 29.93 72.1 -
YUV 131.89 177.72 68.88 -
System Red Green Blue C M Y K H S L
Decimal 49 157 220 0.78 0.29 0 0.14 202.11 0.71 0.53
Hex 31 9D DC 4E 1D 0 E CA 47 35
Octal 61 235 334 116 35 0 16 312 107 65
Binary 110001 10011101 11011100 1001110 11101 0 1110 11001010 1000111 110101

Color Harmonies of #319DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DDC

Black with #319DDC

Text Example


Text Example

White with #319DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319DDC; }

 p { color: rgb(49,157,220); }

 H1.HeaderClassName
 {
   color: #319DDC;
 }
 .AnyTagClassName
 {
   color: #319DDC;
 }
</style>

background-color css

<style>
 a { background-color: #319DDC; }

 a { background-color: rgb(49,157,220); }

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

border-color css

<style>
 span { border-color: #319DDC; }

 span { border-color: rgb(49,157,220); }

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