Html Css Color HEX #319BDB Summer Sky

📋 copy color: '#319BDB'

red 49 ◦ green 155 ◦ blue 219

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

Shades of Summer Sky #319BDB

Tints of Summer Sky #319BDB

RGB

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

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

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

R = 11.58%
G = 36.64%
B = 51.77%

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

#319BDB (or 0x319BDB) is known color: Summer Sky. HEX triplet: 31, 9B and DB. RGB value is (49,155,219). Sum of RGB (Red+Green+Blue) = 49+155+219=423 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.58% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #319BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BDB is #CE6424. Grayscale: #828282. Windows color (decimal): -13526053 or 14392113. OLE color: 14392113.

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

Color convert

RGB 49 155 219 -
CMYK 0.78 0.29 0 0.14
HSL 202.59º 0.7% 0.53% -
HSV(B) 202.59º 0.78% 0.86% -
XYZ 25.77 29.21 71.3 -
YUV 130.6 177.88 69.8 -
System Red Green Blue C M Y K H S L
Decimal 49 155 219 0.78 0.29 0 0.14 202.59 0.7 0.53
Hex 31 9B DB 4E 1D 0 E CB 46 35
Octal 61 233 333 116 35 0 16 313 106 65
Binary 110001 10011011 11011011 1001110 11101 0 1110 11001011 1000110 110101

Color Harmonies of #319BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319BDB

Black with #319BDB

Text Example


Text Example

White with #319BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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