Html Css Color HEX #319FEC Summer Sky

📋 copy color: '#319FEC'

red 49 ◦ green 159 ◦ blue 236

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

Shades of Summer Sky #319FEC

Tints of Summer Sky #319FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.81%

 BLUE value IS 236 (92.58% from 255) = 53.15%

R = 11.04%
G = 35.81%
B = 53.15%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#319FEC (or 0x319FEC) is known color: Summer Sky. HEX triplet: 31, 9F and EC. RGB value is (49,159,236). Sum of RGB (Red+Green+Blue) = 49+159+236=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #319FEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319FEC is #CE6013. Grayscale: #868686. Windows color (decimal): -13525012 or 15507249. OLE color: 15507249.

HSL color Cylindrical-coordinate representation of color #319FEC: hue angle of 204.71º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319FEC is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 159 236 -
CMYK 0.79 0.33 0 0.07
HSL 204.71º 0.83% 0.56% -
HSV(B) 204.71º 0.79% 0.93% -
XYZ 28.81 31.51 83.92 -
YUV 134.89 185.06 66.74 -
System Red Green Blue C M Y K H S L
Decimal 49 159 236 0.79 0.33 0 0.07 204.71 0.83 0.56
Hex 31 9F EC 4F 21 0 7 CD 53 38
Octal 61 237 354 117 41 0 7 315 123 70
Binary 110001 10011111 11101100 1001111 100001 0 111 11001101 1010011 111000

Color Harmonies of #319FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FEC

Black with #319FEC

Text Example


Text Example

White with #319FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,159,236); }

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

background-color css

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

 a { background-color: rgb(49,159,236); }

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

border-color css

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

 span { border-color: rgb(49,159,236); }

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