Html Css Color HEX #319ADB Summer Sky

📋 copy color: '#319ADB'

red 49 ◦ green 154 ◦ blue 219

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

Shades of Summer Sky #319ADB

Tints of Summer Sky #319ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

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

R = 11.61%
G = 36.49%
B = 51.9%

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

#319ADB (or 0x319ADB) is known color: Summer Sky. HEX triplet: 31, 9A and DB. RGB value is (49,154,219). Sum of RGB (Red+Green+Blue) = 49+154+219=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #319ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ADB is #CE6524. Grayscale: #818181. Windows color (decimal): -13526309 or 14391857. OLE color: 14391857.

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

Color convert

RGB 49 154 219 -
CMYK 0.78 0.30 0 0.14
HSL 202.94º 0.7% 0.53% -
HSV(B) 202.94º 0.78% 0.86% -
XYZ 25.61 28.88 71.24 -
YUV 130.02 178.21 70.21 -
System Red Green Blue C M Y K H S L
Decimal 49 154 219 0.78 0.30 0 0.14 202.94 0.7 0.53
Hex 31 9A DB 4E 1E 0 E CB 46 35
Octal 61 232 333 116 36 0 16 313 106 65
Binary 110001 10011010 11011011 1001110 11110 0 1110 11001011 1000110 110101

Color Harmonies of #319ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319ADB

Black with #319ADB

Text Example


Text Example

White with #319ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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