Html Css Color HEX #319FCE Summer Sky

📋 copy color: '#319FCE'

red 49 ◦ green 159 ◦ blue 206

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

Shades of Summer Sky #319FCE

Tints of Summer Sky #319FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 11.84%
G = 38.41%
B = 49.76%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#319FCE (or 0x319FCE) is known color: Summer Sky. HEX triplet: 31, 9F and CE. RGB value is (49,159,206). Sum of RGB (Red+Green+Blue) = 49+159+206=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #319FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FCE is #CE6031. Grayscale: #838383. Windows color (decimal): -13525042 or 13541169. OLE color: 13541169.

HSL color Cylindrical-coordinate representation of color #319FCE: hue angle of 197.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319FCE is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 159 206 -
CMYK 0.76 0.23 0 0.19
HSL 197.96º 0.62% 0.5% -
HSV(B) 197.96º 0.76% 0.81% -
XYZ 24.81 29.91 62.86 -
YUV 131.47 170.06 69.18 -
System Red Green Blue C M Y K H S L
Decimal 49 159 206 0.76 0.23 0 0.19 197.96 0.62 0.5
Hex 31 9F CE 4C 17 0 13 C6 3E 32
Octal 61 237 316 114 27 0 23 306 76 62
Binary 110001 10011111 11001110 1001100 10111 0 10011 11000110 111110 110010

Color Harmonies of #319FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FCE

Black with #319FCE

Text Example


Text Example

White with #319FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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