Html Css Color HEX #319FDD Summer Sky

📋 copy color: '#319FDD'

red 49 ◦ green 159 ◦ blue 221

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

Shades of Summer Sky #319FDD

Tints of Summer Sky #319FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 11.42%
G = 37.06%
B = 51.52%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#319FDD (or 0x319FDD) is known color: Summer Sky. HEX triplet: 31, 9F and DD. RGB value is (49,159,221). Sum of RGB (Red+Green+Blue) = 49+159+221=429 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.42% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #319FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FDD is #CE6022. Grayscale: #848484. Windows color (decimal): -13525027 or 14524209. OLE color: 14524209.

HSL color Cylindrical-coordinate representation of color #319FDD: hue angle of 201.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319FDD is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 159 221 -
CMYK 0.78 0.28 0 0.13
HSL 201.63º 0.72% 0.53% -
HSV(B) 201.63º 0.78% 0.87% -
XYZ 26.72 30.67 72.92 -
YUV 133.18 177.56 67.96 -
System Red Green Blue C M Y K H S L
Decimal 49 159 221 0.78 0.28 0 0.13 201.63 0.72 0.53
Hex 31 9F DD 4E 1C 0 D CA 48 35
Octal 61 237 335 116 34 0 15 312 110 65
Binary 110001 10011111 11011101 1001110 11100 0 1101 11001010 1001000 110101

Color Harmonies of #319FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319FDD

Black with #319FDD

Text Example


Text Example

White with #319FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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