Html Css Color HEX #319FD0 Summer Sky

📋 copy color: '#319FD0'

red 49 ◦ green 159 ◦ blue 208

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

Shades of Summer Sky #319FD0

Tints of Summer Sky #319FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50%

R = 11.78%
G = 38.22%
B = 50%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#319FD0 (or 0x319FD0) is known color: Summer Sky. HEX triplet: 31, 9F and D0. RGB value is (49,159,208). Sum of RGB (Red+Green+Blue) = 49+159+208=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 208 (81.64% from 255 or 50% from 416); Max value from RGB is 208 - color contains mainly: blue. Hex color #319FD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FD0 is #CE602F. Grayscale: #838383. Windows color (decimal): -13525040 or 13672241. OLE color: 13672241.

HSL color Cylindrical-coordinate representation of color #319FD0: hue angle of 198.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319FD0 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 159 208 -
CMYK 0.76 0.24 0 0.18
HSL 198.49º 0.63% 0.5% -
HSV(B) 198.49º 0.76% 0.82% -
XYZ 25.05 30 64.15 -
YUV 131.7 171.06 69.02 -
System Red Green Blue C M Y K H S L
Decimal 49 159 208 0.76 0.24 0 0.18 198.49 0.63 0.5
Hex 31 9F D0 4C 18 0 12 C6 3F 32
Octal 61 237 320 114 30 0 22 306 77 62
Binary 110001 10011111 11010000 1001100 11000 0 10010 11000110 111111 110010

Color Harmonies of #319FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FD0

Black with #319FD0

Text Example


Text Example

White with #319FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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