Html Css Color HEX #318EDB Summer Sky

📋 copy color: '#318EDB'

red 49 ◦ green 142 ◦ blue 219

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

Shades of Summer Sky #318EDB

Tints of Summer Sky #318EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.63%

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

R = 11.95%
G = 34.63%
B = 53.41%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#318EDB (or 0x318EDB) is known color: Summer Sky. HEX triplet: 31, 8E and DB. RGB value is (49,142,219). Sum of RGB (Red+Green+Blue) = 49+142+219=410 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.95% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #318EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EDB is #CE7124. Grayscale: #7A7A7A. Windows color (decimal): -13529381 or 14388785. OLE color: 14388785.

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

Color convert

RGB 49 142 219 -
CMYK 0.78 0.35 0 0.14
HSL 207.18º 0.7% 0.53% -
HSV(B) 207.18º 0.78% 0.86% -
XYZ 23.73 25.11 70.61 -
YUV 122.97 182.19 75.24 -
System Red Green Blue C M Y K H S L
Decimal 49 142 219 0.78 0.35 0 0.14 207.18 0.7 0.53
Hex 31 8E DB 4E 23 0 E CF 46 35
Octal 61 216 333 116 43 0 16 317 106 65
Binary 110001 10001110 11011011 1001110 100011 0 1110 11001111 1000110 110101

Color Harmonies of #318EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318EDB

Black with #318EDB

Text Example


Text Example

White with #318EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318EDB; }

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

 H1.HeaderClassName
 {
   color: #318EDB;
 }
 .AnyTagClassName
 {
   color: #318EDB;
 }
</style>

background-color css

<style>
 a { background-color: #318EDB; }

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

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

border-color css

<style>
 span { border-color: #318EDB; }

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

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