Html Css Color HEX #319FDA Summer Sky

📋 copy color: '#319FDA'

red 49 ◦ green 159 ◦ blue 218

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

Shades of Summer Sky #319FDA

Tints of Summer Sky #319FDA

RGB

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

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

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

R = 11.5%
G = 37.32%
B = 51.17%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#319FDA (or 0x319FDA) is known color: Summer Sky. HEX triplet: 31, 9F and DA. RGB value is (49,159,218). Sum of RGB (Red+Green+Blue) = 49+159+218=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #319FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FDA is #CE6025. Grayscale: #848484. Windows color (decimal): -13525030 or 14327601. OLE color: 14327601.

HSL color Cylindrical-coordinate representation of color #319FDA: hue angle of 200.95º 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 #319FDA is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 49 159 218 -
CMYK 0.78 0.27 0 0.15
HSL 200.95º 0.7% 0.52% -
HSV(B) 200.95º 0.78% 0.85% -
XYZ 26.32 30.51 70.83 -
YUV 132.84 176.06 68.2 -
System Red Green Blue C M Y K H S L
Decimal 49 159 218 0.78 0.27 0 0.15 200.95 0.7 0.52
Hex 31 9F DA 4E 1B 0 F C9 46 34
Octal 61 237 332 116 33 0 17 311 106 64
Binary 110001 10011111 11011010 1001110 11011 0 1111 11001001 1000110 110100

Color Harmonies of #319FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FDA

Black with #319FDA

Text Example


Text Example

White with #319FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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