Html Css Color HEX #319FEF Summer Sky

📋 copy color: '#319FEF'

red 49 ◦ green 159 ◦ blue 239

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

Shades of Summer Sky #319FEF

Tints of Summer Sky #319FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 10.96%
G = 35.57%
B = 53.47%

CMYK

 C value IS 0.79

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#319FEF (or 0x319FEF) is known color: Summer Sky. HEX triplet: 31, 9F and EF. RGB value is (49,159,239). Sum of RGB (Red+Green+Blue) = 49+159+239=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #319FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319FEF is #CE6010. Grayscale: #868686. Windows color (decimal): -13525009 or 15703857. OLE color: 15703857.

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

Color convert

RGB 49 159 239 -
CMYK 0.79 0.33 0 0.06
HSL 205.26º 0.86% 0.56% -
HSV(B) 205.26º 0.79% 0.94% -
XYZ 29.24 31.68 86.24 -
YUV 135.23 186.56 66.5 -
System Red Green Blue C M Y K H S L
Decimal 49 159 239 0.79 0.33 0 0.06 205.26 0.86 0.56
Hex 31 9F EF 4F 21 0 6 CD 56 38
Octal 61 237 357 117 41 0 6 315 126 70
Binary 110001 10011111 11101111 1001111 100001 0 110 11001101 1010110 111000

Color Harmonies of #319FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FEF

Black with #319FEF

Text Example


Text Example

White with #319FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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