Html Css Color HEX #319AD0 Summer Sky

📋 copy color: '#319AD0'

red 49 ◦ green 154 ◦ blue 208

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

Shades of Summer Sky #319AD0

Tints of Summer Sky #319AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

 BLUE value IS 208 (81.64% from 255) = 50.61%

R = 11.92%
G = 37.47%
B = 50.61%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#319AD0 (or 0x319AD0) is known color: Summer Sky. HEX triplet: 31, 9A and D0. RGB value is (49,154,208). Sum of RGB (Red+Green+Blue) = 49+154+208=411 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.92% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 208 (81.64% from 255 or 50.61% from 411); Max value from RGB is 208 - color contains mainly: blue. Hex color #319AD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319AD0 is #CE652F. Grayscale: #808080. Windows color (decimal): -13526320 or 13670961. OLE color: 13670961.

HSL color Cylindrical-coordinate representation of color #319AD0: hue angle of 200.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #319AD0 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 154 208 -
CMYK 0.76 0.26 0 0.18
HSL 200.38º 0.63% 0.5% -
HSV(B) 200.38º 0.76% 0.82% -
XYZ 24.21 28.32 63.86 -
YUV 128.76 172.71 71.11 -
System Red Green Blue C M Y K H S L
Decimal 49 154 208 0.76 0.26 0 0.18 200.38 0.63 0.5
Hex 31 9A D0 4C 1A 0 12 C8 3F 32
Octal 61 232 320 114 32 0 22 310 77 62
Binary 110001 10011010 11010000 1001100 11010 0 10010 11001000 111111 110010

Color Harmonies of #319AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319AD0

Black with #319AD0

Text Example


Text Example

White with #319AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,154,208); }

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

background-color css

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

 a { background-color: rgb(49,154,208); }

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

border-color css

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

 span { border-color: rgb(49,154,208); }

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