Html Css Color HEX #319DDB Summer Sky

📋 copy color: '#319DDB'

red 49 ◦ green 157 ◦ blue 219

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

Shades of Summer Sky #319DDB

Tints of Summer Sky #319DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 11.53%
G = 36.94%
B = 51.53%

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

#319DDB (or 0x319DDB) is known color: Summer Sky. HEX triplet: 31, 9D and DB. RGB value is (49,157,219). Sum of RGB (Red+Green+Blue) = 49+157+219=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #319DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DDB is #CE6224. Grayscale: #838383. Windows color (decimal): -13525541 or 14392625. OLE color: 14392625.

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

Color convert

RGB 49 157 219 -
CMYK 0.78 0.28 0 0.14
HSL 201.88º 0.7% 0.53% -
HSV(B) 201.88º 0.78% 0.86% -
XYZ 26.11 29.88 71.41 -
YUV 131.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 49 157 219 0.78 0.28 0 0.14 201.88 0.7 0.53
Hex 31 9D DB 4E 1C 0 E CA 46 35
Octal 61 235 333 116 34 0 16 312 106 65
Binary 110001 10011101 11011011 1001110 11100 0 1110 11001010 1000110 110101

Color Harmonies of #319DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DDB

Black with #319DDB

Text Example


Text Example

White with #319DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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