Html Css Color HEX #508DC1 Danube

📋 copy color: '#508DC1'

red 80 ◦ green 141 ◦ blue 193

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

Shades of Danube #508DC1

Tints of Danube #508DC1

RGB

 RED value IS 80 (31.64% from 255) = 19.32%

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 19.32%
G = 34.06%
B = 46.62%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#508DC1 (or 0x508DC1) is known color: Danube. HEX triplet: 50, 8D and C1. RGB value is (80,141,193). Sum of RGB (Red+Green+Blue) = 80+141+193=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #508DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DC1 is #AF723E. Grayscale: #808080. Windows color (decimal): -11498047 or 12684624. OLE color: 12684624.

HSL color Cylindrical-coordinate representation of color #508DC1: hue angle of 207.61º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508DC1 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 141 193 -
CMYK 0.59 0.27 0 0.24
HSL 207.61º 0.48% 0.54% -
HSV(B) 207.61º 0.59% 0.76% -
XYZ 22.46 24.61 54.02 -
YUV 128.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 80 141 193 0.59 0.27 0 0.24 207.61 0.48 0.54
Hex 50 8D C1 3B 1B 0 18 D0 30 36
Octal 120 215 301 73 33 0 30 320 60 66
Binary 1010000 10001101 11000001 111011 11011 0 11000 11010000 110000 110110

Color Harmonies of #508DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DC1

Black with #508DC1

Text Example


Text Example

White with #508DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508DC1; }

 p { color: rgb(80,141,193); }

 H1.HeaderClassName
 {
   color: #508DC1;
 }
 .AnyTagClassName
 {
   color: #508DC1;
 }
</style>

background-color css

<style>
 a { background-color: #508DC1; }

 a { background-color: rgb(80,141,193); }

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

border-color css

<style>
 span { border-color: #508DC1; }

 span { border-color: rgb(80,141,193); }

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