Html Css Color HEX #319DE0 Summer Sky

📋 copy color: '#319DE0'

red 49 ◦ green 157 ◦ blue 224

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

Shades of Summer Sky #319DE0

Tints of Summer Sky #319DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.09%

R = 11.4%
G = 36.51%
B = 52.09%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#319DE0 (or 0x319DE0) is known color: Summer Sky. HEX triplet: 31, 9D and E0. RGB value is (49,157,224). Sum of RGB (Red+Green+Blue) = 49+157+224=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #319DE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319DE0 is #CE621F. Grayscale: #838383. Windows color (decimal): -13525536 or 14720305. OLE color: 14720305.

HSL color Cylindrical-coordinate representation of color #319DE0: hue angle of 202.97º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319DE0 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 157 224 -
CMYK 0.78 0.30 0 0.12
HSL 202.97º 0.74% 0.54% -
HSV(B) 202.97º 0.78% 0.88% -
XYZ 26.78 30.15 74.93 -
YUV 132.35 179.72 68.55 -
System Red Green Blue C M Y K H S L
Decimal 49 157 224 0.78 0.30 0 0.12 202.97 0.74 0.54
Hex 31 9D E0 4E 1E 0 C CB 4A 36
Octal 61 235 340 116 36 0 14 313 112 66
Binary 110001 10011101 11100000 1001110 11110 0 1100 11001011 1001010 110110

Color Harmonies of #319DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319DE0

Black with #319DE0

Text Example


Text Example

White with #319DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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