Html Css Color HEX #508ECC Danube

📋 copy color: '#508ECC'

red 80 ◦ green 142 ◦ blue 204

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

Shades of Danube #508ECC

Tints of Danube #508ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 18.78%
G = 33.33%
B = 47.89%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#508ECC (or 0x508ECC) is known color: Danube. HEX triplet: 50, 8E and CC. RGB value is (80,142,204). Sum of RGB (Red+Green+Blue) = 80+142+204=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #508ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ECC is #AF7133. Grayscale: #828282. Windows color (decimal): -11497780 or 13405776. OLE color: 13405776.

HSL color Cylindrical-coordinate representation of color #508ECC: hue angle of 210º degrees, saturation: 0.55, 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 #508ECC is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 142 204 -
CMYK 0.61 0.30 0 0.2
HSL 210º 0.55% 0.56% -
HSV(B) 210º 0.61% 0.8% -
XYZ 23.88 25.41 60.77 -
YUV 130.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 80 142 204 0.61 0.30 0 0.2 210 0.55 0.56
Hex 50 8E CC 3D 1E 0 14 D2 37 38
Octal 120 216 314 75 36 0 24 322 67 70
Binary 1010000 10001110 11001100 111101 11110 0 10100 11010010 110111 111000

Color Harmonies of #508ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508ECC

Black with #508ECC

Text Example


Text Example

White with #508ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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