Html Css Color HEX #508DBF Danube

📋 copy color: '#508DBF'

red 80 ◦ green 141 ◦ blue 191

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

Shades of Danube #508DBF

Tints of Danube #508DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.36%

R = 19.42%
G = 34.22%
B = 46.36%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#508DBF (or 0x508DBF) is known color: Danube. HEX triplet: 50, 8D and BF. RGB value is (80,141,191). Sum of RGB (Red+Green+Blue) = 80+141+191=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #508DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DBF is #AF7240. Grayscale: #808080. Windows color (decimal): -11498049 or 12553552. OLE color: 12553552.

HSL color Cylindrical-coordinate representation of color #508DBF: hue angle of 207.03º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #508DBF is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 141 191 -
CMYK 0.58 0.26 0 0.25
HSL 207.03º 0.46% 0.53% -
HSV(B) 207.03º 0.58% 0.75% -
XYZ 22.24 24.52 52.85 -
YUV 128.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 80 141 191 0.58 0.26 0 0.25 207.03 0.46 0.53
Hex 50 8D BF 3A 1A 0 19 CF 2E 35
Octal 120 215 277 72 32 0 31 317 56 65
Binary 1010000 10001101 10111111 111010 11010 0 11001 11001111 101110 110101

Color Harmonies of #508DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DBF

Black with #508DBF

Text Example


Text Example

White with #508DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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