Html Css Color HEX #508DC9 Danube

📋 copy color: '#508DC9'

red 80 ◦ green 141 ◦ blue 201

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

Shades of Danube #508DC9

Tints of Danube #508DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 18.96%
G = 33.41%
B = 47.63%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#508DC9 (or 0x508DC9) is known color: Danube. HEX triplet: 50, 8D and C9. RGB value is (80,141,201). Sum of RGB (Red+Green+Blue) = 80+141+201=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #508DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508DC9 is #AF7236. Grayscale: #818181. Windows color (decimal): -11498039 or 13208912. OLE color: 13208912.

HSL color Cylindrical-coordinate representation of color #508DC9: hue angle of 209.75º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508DC9 is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 141 201 -
CMYK 0.60 0.30 0 0.21
HSL 209.75º 0.53% 0.55% -
HSV(B) 209.75º 0.6% 0.79% -
XYZ 23.38 24.97 58.85 -
YUV 129.6 168.29 92.62 -
System Red Green Blue C M Y K H S L
Decimal 80 141 201 0.60 0.30 0 0.21 209.75 0.53 0.55
Hex 50 8D C9 3C 1E 0 15 D2 35 37
Octal 120 215 311 74 36 0 25 322 65 67
Binary 1010000 10001101 11001001 111100 11110 0 10101 11010010 110101 110111

Color Harmonies of #508DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508DC9

Black with #508DC9

Text Example


Text Example

White with #508DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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