Html Css Color HEX #318EDC Summer Sky

📋 copy color: '#318EDC'

red 49 ◦ green 142 ◦ blue 220

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

Shades of Summer Sky #318EDC

Tints of Summer Sky #318EDC

RGB

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

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

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

R = 11.92%
G = 34.55%
B = 53.53%

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

#318EDC (or 0x318EDC) is known color: Summer Sky. HEX triplet: 31, 8E and DC. RGB value is (49,142,220). Sum of RGB (Red+Green+Blue) = 49+142+220=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #318EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EDC is #CE7123. Grayscale: #7A7A7A. Windows color (decimal): -13529380 or 14454321. OLE color: 14454321.

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

Color convert

RGB 49 142 220 -
CMYK 0.78 0.35 0 0.14
HSL 207.37º 0.71% 0.53% -
HSV(B) 207.37º 0.78% 0.86% -
XYZ 23.86 25.17 71.31 -
YUV 123.09 182.69 75.16 -
System Red Green Blue C M Y K H S L
Decimal 49 142 220 0.78 0.35 0 0.14 207.37 0.71 0.53
Hex 31 8E DC 4E 23 0 E CF 47 35
Octal 61 216 334 116 43 0 16 317 107 65
Binary 110001 10001110 11011100 1001110 100011 0 1110 11001111 1000111 110101

Color Harmonies of #318EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318EDC

Black with #318EDC

Text Example


Text Example

White with #318EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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