Html Css Color HEX #508ECD Danube

📋 copy color: '#508ECD'

red 80 ◦ green 142 ◦ blue 205

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

Shades of Danube #508ECD

Tints of Danube #508ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.26%

 BLUE value IS 205 (80.47% from 255) = 48.01%

R = 18.74%
G = 33.26%
B = 48.01%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#508ECD (or 0x508ECD) is known color: Danube. HEX triplet: 50, 8E and CD. RGB value is (80,142,205). Sum of RGB (Red+Green+Blue) = 80+142+205=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #508ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ECD is #AF7132. Grayscale: #828282. Windows color (decimal): -11497779 or 13471312. OLE color: 13471312.

HSL color Cylindrical-coordinate representation of color #508ECD: hue angle of 210.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #508ECD is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 142 205 -
CMYK 0.61 0.31 0 0.20
HSL 210.24º 0.56% 0.56% -
HSV(B) 210.24º 0.61% 0.8% -
XYZ 24 25.46 61.41 -
YUV 130.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 80 142 205 0.61 0.31 0 0.20 210.24 0.56 0.56
Hex 50 8E CD 3D 1F 0 14 D2 38 38
Octal 120 216 315 75 37 0 24 322 70 70
Binary 1010000 10001110 11001101 111101 11111 0 10100 11010010 111000 111000

Color Harmonies of #508ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ECD

Black with #508ECD

Text Example


Text Example

White with #508ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,142,205); }

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

background-color css

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

 a { background-color: rgb(80,142,205); }

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

border-color css

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

 span { border-color: rgb(80,142,205); }

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