Html Css Color HEX #319FD4 Summer Sky

📋 copy color: '#319FD4'

red 49 ◦ green 159 ◦ blue 212

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

Shades of Summer Sky #319FD4

Tints of Summer Sky #319FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.48%

R = 11.67%
G = 37.86%
B = 50.48%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#319FD4 (or 0x319FD4) is known color: Summer Sky. HEX triplet: 31, 9F and D4. RGB value is (49,159,212). Sum of RGB (Red+Green+Blue) = 49+159+212=420 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.67% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #319FD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FD4 is #CE602B. Grayscale: #838383. Windows color (decimal): -13525036 or 13934385. OLE color: 13934385.

HSL color Cylindrical-coordinate representation of color #319FD4: hue angle of 199.51º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #319FD4 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 159 212 -
CMYK 0.77 0.25 0 0.17
HSL 199.51º 0.65% 0.51% -
HSV(B) 199.51º 0.77% 0.83% -
XYZ 25.55 30.2 66.77 -
YUV 132.15 173.06 68.69 -
System Red Green Blue C M Y K H S L
Decimal 49 159 212 0.77 0.25 0 0.17 199.51 0.65 0.51
Hex 31 9F D4 4D 19 0 11 C8 41 33
Octal 61 237 324 115 31 0 21 310 101 63
Binary 110001 10011111 11010100 1001101 11001 0 10001 11001000 1000001 110011

Color Harmonies of #319FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FD4

Black with #319FD4

Text Example


Text Example

White with #319FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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