Html Css Color HEX #319DDA Summer Sky

📋 copy color: '#319DDA'

red 49 ◦ green 157 ◦ blue 218

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

Shades of Summer Sky #319DDA

Tints of Summer Sky #319DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.03%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 11.56%
G = 37.03%
B = 51.42%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#319DDA (or 0x319DDA) is known color: Summer Sky. HEX triplet: 31, 9D and DA. RGB value is (49,157,218). Sum of RGB (Red+Green+Blue) = 49+157+218=424 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.56% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #319DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DDA is #CE6225. Grayscale: #838383. Windows color (decimal): -13525542 or 14327089. OLE color: 14327089.

HSL color Cylindrical-coordinate representation of color #319DDA: hue angle of 201.66º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319DDA is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 157 218 -
CMYK 0.78 0.28 0 0.15
HSL 201.66º 0.7% 0.52% -
HSV(B) 201.66º 0.78% 0.85% -
XYZ 25.98 29.83 70.72 -
YUV 131.66 176.72 69.04 -
System Red Green Blue C M Y K H S L
Decimal 49 157 218 0.78 0.28 0 0.15 201.66 0.7 0.52
Hex 31 9D DA 4E 1C 0 F CA 46 34
Octal 61 235 332 116 34 0 17 312 106 64
Binary 110001 10011101 11011010 1001110 11100 0 1111 11001010 1000110 110100

Color Harmonies of #319DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DDA

Black with #319DDA

Text Example


Text Example

White with #319DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,157,218); }

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

background-color css

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

 a { background-color: rgb(49,157,218); }

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

border-color css

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

 span { border-color: rgb(49,157,218); }

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