Html Css Color HEX #319FDC Summer Sky

📋 copy color: '#319FDC'

red 49 ◦ green 159 ◦ blue 220

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

Shades of Summer Sky #319FDC

Tints of Summer Sky #319FDC

RGB

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

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

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

R = 11.45%
G = 37.15%
B = 51.4%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#319FDC (or 0x319FDC) is known color: Summer Sky. HEX triplet: 31, 9F and DC. RGB value is (49,159,220). Sum of RGB (Red+Green+Blue) = 49+159+220=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #319FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FDC is #CE6023. Grayscale: #848484. Windows color (decimal): -13525028 or 14458673. OLE color: 14458673.

HSL color Cylindrical-coordinate representation of color #319FDC: hue angle of 201.4º 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 #319FDC is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 159 220 -
CMYK 0.78 0.28 0 0.14
HSL 201.4º 0.71% 0.53% -
HSV(B) 201.4º 0.78% 0.86% -
XYZ 26.58 30.62 72.22 -
YUV 133.06 177.06 68.04 -
System Red Green Blue C M Y K H S L
Decimal 49 159 220 0.78 0.28 0 0.14 201.4 0.71 0.53
Hex 31 9F DC 4E 1C 0 E C9 47 35
Octal 61 237 334 116 34 0 16 311 107 65
Binary 110001 10011111 11011100 1001110 11100 0 1110 11001001 1000111 110101

Color Harmonies of #319FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FDC

Black with #319FDC

Text Example


Text Example

White with #319FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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