Html Css Color HEX #318FDC Summer Sky

📋 copy color: '#318FDC'

red 49 ◦ green 143 ◦ blue 220

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

Shades of Summer Sky #318FDC

Tints of Summer Sky #318FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

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

R = 11.89%
G = 34.71%
B = 53.4%

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

#318FDC (or 0x318FDC) is known color: Summer Sky. HEX triplet: 31, 8F and DC. RGB value is (49,143,220). Sum of RGB (Red+Green+Blue) = 49+143+220=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #318FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FDC is #CE7023. Grayscale: #7B7B7B. Windows color (decimal): -13529124 or 14454577. OLE color: 14454577.

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

Color convert

RGB 49 143 220 -
CMYK 0.78 0.35 0 0.14
HSL 207.02º 0.71% 0.53% -
HSV(B) 207.02º 0.78% 0.86% -
XYZ 24.01 25.47 71.36 -
YUV 123.67 182.36 74.74 -
System Red Green Blue C M Y K H S L
Decimal 49 143 220 0.78 0.35 0 0.14 207.02 0.71 0.53
Hex 31 8F DC 4E 23 0 E CF 47 35
Octal 61 217 334 116 43 0 16 317 107 65
Binary 110001 10001111 11011100 1001110 100011 0 1110 11001111 1000111 110101

Color Harmonies of #318FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318FDC

Black with #318FDC

Text Example


Text Example

White with #318FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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