Html Css Color HEX #319ED7 Summer Sky

📋 copy color: '#319ED7'

red 49 ◦ green 158 ◦ blue 215

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

Shades of Summer Sky #319ED7

Tints of Summer Sky #319ED7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.44%

 BLUE value IS 215 (84.38% from 255) = 50.95%

R = 11.61%
G = 37.44%
B = 50.95%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#319ED7 (or 0x319ED7) is known color: Summer Sky. HEX triplet: 31, 9E and D7. RGB value is (49,158,215). Sum of RGB (Red+Green+Blue) = 49+158+215=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #319ED7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319ED7 is #CE6128. Grayscale: #838383. Windows color (decimal): -13525289 or 14130737. OLE color: 14130737.

HSL color Cylindrical-coordinate representation of color #319ED7: hue angle of 200.6º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319ED7 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 158 215 -
CMYK 0.77 0.27 0 0.16
HSL 200.6º 0.67% 0.52% -
HSV(B) 200.6º 0.77% 0.84% -
XYZ 25.76 30.01 68.73 -
YUV 131.91 174.89 68.87 -
System Red Green Blue C M Y K H S L
Decimal 49 158 215 0.77 0.27 0 0.16 200.6 0.67 0.52
Hex 31 9E D7 4D 1B 0 10 C9 43 34
Octal 61 236 327 115 33 0 20 311 103 64
Binary 110001 10011110 11010111 1001101 11011 0 10000 11001001 1000011 110100

Color Harmonies of #319ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319ED7

Black with #319ED7

Text Example


Text Example

White with #319ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,158,215); }

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

background-color css

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

 a { background-color: rgb(49,158,215); }

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

border-color css

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

 span { border-color: rgb(49,158,215); }

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