Html Css Color HEX #508DC2 Danube

📋 copy color: '#508DC2'

red 80 ◦ green 141 ◦ blue 194

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

Shades of Danube #508DC2

Tints of Danube #508DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.75%

R = 19.28%
G = 33.98%
B = 46.75%

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

#508DC2 (or 0x508DC2) is known color: Danube. HEX triplet: 50, 8D and C2. RGB value is (80,141,194). Sum of RGB (Red+Green+Blue) = 80+141+194=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #508DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DC2 is #AF723D. Grayscale: #808080. Windows color (decimal): -11498046 or 12750160. OLE color: 12750160.

HSL color Cylindrical-coordinate representation of color #508DC2: hue angle of 207.89º 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 #508DC2 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 141 194 -
CMYK 0.59 0.27 0 0.24
HSL 207.89º 0.48% 0.54% -
HSV(B) 207.89º 0.59% 0.76% -
XYZ 22.57 24.65 54.61 -
YUV 128.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 80 141 194 0.59 0.27 0 0.24 207.89 0.48 0.54
Hex 50 8D C2 3B 1B 0 18 D0 30 36
Octal 120 215 302 73 33 0 30 320 60 66
Binary 1010000 10001101 11000010 111011 11011 0 11000 11010000 110000 110110

Color Harmonies of #508DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DC2

Black with #508DC2

Text Example


Text Example

White with #508DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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