Html Css Color HEX #319BDC Summer Sky

📋 copy color: '#319BDC'

red 49 ◦ green 155 ◦ blue 220

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

Shades of Summer Sky #319BDC

Tints of Summer Sky #319BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

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

R = 11.56%
G = 36.56%
B = 51.89%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#319BDC (or 0x319BDC) is known color: Summer Sky. HEX triplet: 31, 9B and DC. RGB value is (49,155,220). Sum of RGB (Red+Green+Blue) = 49+155+220=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #319BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BDC is #CE6423. Grayscale: #828282. Windows color (decimal): -13526052 or 14457649. OLE color: 14457649.

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

Color convert

RGB 49 155 220 -
CMYK 0.78 0.30 0 0.14
HSL 202.81º 0.71% 0.53% -
HSV(B) 202.81º 0.78% 0.86% -
XYZ 25.91 29.26 71.99 -
YUV 130.72 178.38 69.71 -
System Red Green Blue C M Y K H S L
Decimal 49 155 220 0.78 0.30 0 0.14 202.81 0.71 0.53
Hex 31 9B DC 4E 1E 0 E CB 47 35
Octal 61 233 334 116 36 0 16 313 107 65
Binary 110001 10011011 11011100 1001110 11110 0 1110 11001011 1000111 110101

Color Harmonies of #319BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BDC

Black with #319BDC

Text Example


Text Example

White with #319BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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